https://github.com/dynamo63/digit-recognizer
A demo app of a CNN trying to predict a digit drawed
https://github.com/dynamo63/digit-recognizer
cnn-keras python streamlit
Last synced: 25 days ago
JSON representation
A demo app of a CNN trying to predict a digit drawed
- Host: GitHub
- URL: https://github.com/dynamo63/digit-recognizer
- Owner: dynamo63
- Created: 2022-08-21T11:08:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T13:15:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T09:37:23.186Z (over 1 year ago)
- Topics: cnn-keras, python, streamlit
- Language: Python
- Homepage: https://dynamo63-digit-recognizer-app-ntjfjq.streamlitapp.com/
- Size: 30.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digit Recognition Demo App
I create my first CNN model with TensorFlow, the goal is to predict a handwritten or drawn digit.
you can find the source code of the model [here](https://www.kaggle.com/code/mouckeytoumoulongui/get-started-cnn)