for running this project succesfully you have do following steps:
- install python 3
- install libraries numpy,pandas,tensorflow,keras,opencv through pip
- now run CreateCSV.py to convert images to numeric data (CSV Files)
- then run Model.py
- after that you will get your model (devanagari.h5)
- finally run Application.py to do real time Hindi letters detection
- A Demo is shown in Demo.mp4