/HTR

handwritten text recognition

Primary LanguagePython

HTR

Requirement

Install

  1. Dowload Models and Dataset: https://drive.google.com/drive/folders/1G14natpAvex0QXlztwFrxnr4F464vpdC?usp=drive_link
  2. Clone Project
git clone https://github.com/Dominic-github/HTR.git
  1. Add the Models and Datasets folders
  2. Install requirement
pip install -r requirements.txt

Using

You can also change name of folder

  1. Test Tranining
python src/handwriting_recognition/inferenceModel.py
  1. Training
python src/handwriting_recognition/inferenceModel.py

Tensorboard

  1. word
tensorboard --logdir Models\handwriting_recognition\202312061746\logs
  1. sentence
tensorboard --logdir Models\sentence_recognition\202312071202\logs