Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
My first Neural network model inside a web application.
- Host: GitHub
- URL: https://github.com/lakshmankishore/digitrecognition
- Owner: LakshmanKishore
- Created: 2021-06-27T14:05:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T11:40:21.000Z (about 1 year ago)
- Last Synced: 2024-10-24T16:56:20.698Z (2 months ago)
- Topics: html-css-javascript, machine-learning, mnist-handwriting-recognition, neural-network, tensorflowjs, tfjs-converter, uigradients
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.