Skip to content

ShehabSalah/e2raly_MobileSide

Repository files navigation

e2raly_MobileSide

إe2raly is a hybrid system that serves our Arabic language in different fields. It is a mobile application that performs three main tasks, The first is converting Arabic handwritten into text. The second is detecting plagiarism in Arabic document. Finally, translating our road boards into English. إeraly goals are serving Arabic copyrights, guiding tourists to reach their destinations, and finally solving problems related to documenting handwritten documents.

إe2raly is divided into 2 sides:

  1. Android Mobile Side:
  2. Which responsible on taking an image and convert it to grayscal then black and white. After that the image sent to the server side after converting the image into string to have a better porformance and less mobile data usage while transfaring the image on the internet.

    After the image regonized on the server side and the text come back to the mobile side, the user can save his token image with the recognized text to access it later, and the user can also translate the recognized image into english.

  3. IBM BlueMix Server Side:
  4. IBM BlueMix Server side responible on taking the black and white image and start applying some pre-processing on the image like (noise removal and gap filter[to fill the gaps in the image]). The feature Extraction stage come after the pre-processing stage, the system in this stage extract some important features from the the image. After extracting the feature from the image, the system send those features to the Kohonen Neural Networks algorithm and SVM to identify the arabic text and send it back to the mobile side.

    You can access the server side code using the following link:

    e2raly Server Side
# Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages