https://github.com/gokulnpc/streamlit-banner
https://github.com/gokulnpc/streamlit-banner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gokulnpc/streamlit-banner
- Owner: gokulnpc
- Created: 2024-03-29T04:04:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T10:47:48.000Z (about 1 year ago)
- Last Synced: 2025-02-02T03:44:51.605Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handwritten Digit Classification with Neural Networks
This web app is a simple handwritten digit classification model built using a neural network with the MNIST dataset.
The MNIST dataset is a collection of 70,000 small square 28x28 pixel grayscale images of handwritten single digits between 0 and 9.
The model is built using TensorFlow and Keras, and the web app is built using Streamlit.