Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.04 KB

Kannada-Digit-Recognizer-v1

Using a Convolutional Neural Network (CNN) to identify the Kannada numerical digits.
Tensorflow (Keras) is used to create, train and load the neural network model.
CustomTKinter/TKinter are used to provide the GUI and OpenCV is used to read input from the GUI.

New version

Requirements -

pip install -r requirements.txt
  • Tensorflow (Keras)
  • OpenCV
  • Pillow (PIL)
  • Pandas
  • Numpy
  • CustomTkinter

Instructions -

  • Run either of the Jupyter notebooks - GUI_CustomTkinter.ipynb / GUI_Tkinter.ipynb

CustomTKinter GUI

CTK

TKinter GUI

TK