Skip to content

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

Notifications You must be signed in to change notification settings

parthdasawant/HCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •