Tensorflow 2.0 implementation of "Handwritten Indic Character Recognition using Capsule Networks" [ASPCON 2018]
- Setup the environment & install all the dependencies:
pip install -r requirements.txt
- Download the datasets Bangla Digits, Telugu Digits, Devanagari Digits and rename as bangla, devanagari, telugu in
data
directory python data/process_dataset.py
- If you want to create csv file from images folder then:
python data/process_dataset.py --csv
- For starting training & validation:
python main.py
A major thanks to authors of the paper.
@misc{1901.00166,
Author = {Bodhisatwa Mandal and Suvam Dubey and Swarnendu Ghosh and Ritesh Sarkhel and Nibaran Das},
Title = {Handwritten Indic Character Recognition using Capsule Networks},
Year = {2019},
Eprint = {arXiv:1901.00166},
}