The capital-alphabet-recognition.ipynb
contains the code to train your CNN Model.
This .py file contains code for buliding a GUI.
Install all Python Libraries given in requirements.txt
for the GUI.py
It is advised to use a virtual environment for installing required package
For virtualenv to install all files in the requirements.txt file.
- cd to the directory where requirements.txt is located
- activate your virtualenv
- run:
pip install -r requirements.txt
in your shell
- Clone the repository
- If you want to train your own model then do with help of
capital-alphabet-recognition.ipynb
else you can use the one provided. - If you trained your own model, rename it to
model.h5
and put it in CWD . - Now run GUI.py file.