Skip to content

Hand Written Digit-recognizer build with Tensorflow and Numpy. The interface for this module is built with Gradio.

Notifications You must be signed in to change notification settings

ajinkyasawant12/Digit-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Hand Written Digit-recognizer build with Tensorflow and Numpy. The interface for this module is built with Gradio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages