Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshmankishore/digitrecognition

My first Neural network model inside a web application.
https://github.com/lakshmankishore/digitrecognition

html-css-javascript machine-learning mnist-handwriting-recognition neural-network tensorflowjs tfjs-converter uigradients

Last synced: 2 days ago
JSON representation

My first Neural network model inside a web application.

Awesome Lists containing this project

README

        

# Digit Recognition

* This is my first ML inside web application.
* I built the model using python.
* Converted the model using tensorflow js converter library.
* Bought the model folder into the web app and used the model.
* This was built for making me understand the Neural Network concept.

## You Can watch the code live [here](https://lakshman-digitRecognition.surge.sh)

# NOTE

* The Model does not provide 100% accuracy.
* It can work to some extent.