← All projects

multilevel-diacritizer

by @Hamza5

24

Extensible DL-based automatic Arabic diacritization tool allowing the restoration of different types of diacritics.

About this project

Multilevel Diacritizer Simple extensible deep learning model for automatic Arabic diacritization About This repository contains the code of the tool developed for the research titled Simple extensible deep learning model for automatic Arabic diacritization. This is a command line tool that allow training and loading a parametrized deep learning model. It supports restoring the diacritics of a text fed through the command line. It includes a simple web application that gives the user a simple web interface to input any text, then send it to the backend to be diacritized by our deep learning model, then the result will be displayed on the web interface. Also, it allows launching a web server that accept plain text requests through the POST method and returns the diacritized text. This web server displays the interface of the web application when receiving a GET request. Download You can get the code contained in this repository using the button above or by the standard git clone command. Running Option 1: Inside a Docker container If you prefer using Docker, you can easily build an image of this repository using the included Dockerfile.

From the project README on GitHub

Stars
24
Forks
2
Last push
25 Jul 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/multilevel-diacritizer.svg)](https://www.madeinalgeria.dev/projects/multilevel-diacritizer)

Related projects