About Handwritten Character Recognizer(HCR); able to recognize the handwritten alphanumeric characters(A-Z, a-z, 0-9) using Python + Flask.
Step 1. It is very good practice to have different virtual environment for different projects; Can skip this and go to step 2.
python -m venv venv
venv\Scripts\activate.bat
Step 2. Install required pakages.
pip install -r requirements.txt
Step 3. Run the project
python app.py