This is a web app that can recognize bangla handwritten characters. Recognition task is done by using a fine tuned convolutional neural network model.
Click here to see live demo
This web app may take upto a minute to load. Pease waite a little bit.
- Tensorflow
- Keras
- Python
- Flask
- HTML
- CSS
- Javascript
- Create a project directory in your local machine
- cd to the project directory
- Run the command in your shell to clone the repo or simply download the zip file
$ git clone https://github.com/SaihanTaki/Bangla-Character-Recognition.git
$ cd Bangla-Character-Recognition
- Create a virtual environment
- Activate the virtual environment
- Install the dependency by running the following command
$ pip install -r requirements.txt
- Run the application using the following command
Flask run
Or
gunicorn --bind 0.0.0.0:5000 app:app