Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.07 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.07 KB

Handwritten Character Recognition

  • Given a Handwritten Devanagiri character contained in an image. The CNN model will predict the character. Trained on 46 different classes and used F1-Score metric to evaluate the model's accuracy.

  • Served this trained CNN model using Flask and created a Docker Image of the application.