/persian-digits-recognition

Identification of Farsi (Arabic) Scanned Handwritten Digits

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Persian Digits Recognition

Identifying Farsi (Arabic) Scanned Handwritten Digits

In this repository

Install requirements

  • Install OpenCV.

  • Install Python packages:

    pip install -r requirements.txt

Usage

  • Converting scanned images to CSV and JSON datasets:

    python create_dataset_from_images.py
  • Using large datasets for training, validation and testing:

    python main.py

Notes

Use Python version 3.