Skip to content

Number recognition (OCR) using python (keras, tensorflow, numpy) with a UI to train and interact with the model

Notifications You must be signed in to change notification settings

tempo-riz/ocr-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to

Installation

git clone 
pip install numpy tensorflow fastapi uvicorn

Run

start server

uvicorn ocr:app --reload

start client

simple open index.html or use liveserver for example

Dependencies

  • tensorflow (keras)
  • numpy
  • fastapi
  • uvicorn

About

Number recognition (OCR) using python (keras, tensorflow, numpy) with a UI to train and interact with the model

Resources

Stars

Watchers

Forks