https://github.com/magnushelliesen/handwritten-digit-recognizer-app
App that recognizes handwritten digits using a neural network.
https://github.com/magnushelliesen/handwritten-digit-recognizer-app
google-cloud-platform neural-network streamlit
Last synced: about 1 month ago
JSON representation
App that recognizes handwritten digits using a neural network.
- Host: GitHub
- URL: https://github.com/magnushelliesen/handwritten-digit-recognizer-app
- Owner: magnushelliesen
- License: mit
- Created: 2024-11-03T18:51:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T05:49:54.000Z (over 1 year ago)
- Last Synced: 2025-02-25T06:28:08.184Z (over 1 year ago)
- Topics: google-cloud-platform, neural-network, streamlit
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handwritten-digit-recognizer-app
The app is hosted on [Google Cloud Run](https://handwritten-digit-recognizer-app-569320861368.asia-east1.run.app/). Any changes to the app are rolled out using a [GitHub Action](https://github.com/magnushelliesen/handwritten-digit-recognizer-app/blob/main/.github/workflows/release.yml). (The necessary service account credentials for the Google Cloud project are stored as _repo secrets_.)
Upon PR into main, a [GitHub Action](https://github.com/magnushelliesen/handwritten-digit-recognizer-app/blob/main/.github/workflows/pre-commit-checks.yml) runs to make sure the changes satisfy Mypy and Black.
---
---
The app uses the neural network-class: [https://github.com/magnushelliesen/neural-network](https://github.com/magnushelliesen/neural-network).