Skip to content

KernelMappers/HCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCR

About Handwritten Character Recognizer(HCR); able to recognize the handwritten alphanumeric characters(A-Z, a-z, 0-9) using Python + Flask.

Installation Process

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published