Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.15 KB

Digit-recognizer

Hand Written Digit-recognizer written in python. Used tensorflow and gradio as main requirement to code.

Getting Started

Just Clone the repositiry and run Digit.py file. Given time to set all things. Interface will be launched or link to online Interface will be displayed. Be Ensure you have all prerequisties installed. I suggest to try this on Coalb

Prerequisites

Make sure you folloing things installed:

  1. Tensorflow
pip install tensorflow
  1. Gradio
pip install gradio
  1. Numpy
pip install numpy

Example

As code excute successfully you will see following interface or you may also visit to link given. Draw you digit in Image section and you will be able to see outpot in next to window with Latency thanks to Gradio

Example image

Built With

  • Tensorflow - open source library for numerical computation and large-scale machine learning
  • Gradio - Interfaces for your ML model