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

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.

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.

---


Image Description

---
The app uses the neural network-class: [https://github.com/magnushelliesen/neural-network](https://github.com/magnushelliesen/neural-network).