Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 592 Bytes

File metadata and controls

13 lines (13 loc) · 592 Bytes

Handwriting-Recognition-in-Python

Application in AI, ML and DL Download dataset here: https://www.kaggle.com/sachinpatel21/az-handwritten-alphabets-in-csv-format Modeling a neural network that will have to be trained over a dataset containing images of alphabets. Below are the prerequisites for this project: 1.Python IDE 2.JUpyter Notebook Required frameworks are Numpy (version 1.16.5) cv2 (openCV) (version 3.4.2) Keras (version 2.3.1) Tensorflow (Keras uses TensorFlow in backend and for some image preprocessing) (version 2.0.0) Matplotlib (version 3.1.1) Pandas (version 0.25.1)