Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 270 Bytes

File metadata and controls

15 lines (12 loc) · 270 Bytes

Digit Handwriting AI

Realtime handwritten digit detection using:

  • CNN (MNIST + fine-tune)
  • Web camera (browser)
  • Flask backend
  • Railway deployment

Run Backend

cd backend pip install -r requirements.txt python app.py

Open Frontend

Open frontend/index.html