https://github.com/wojciechmarek/digits-recognition
A project allowing to recognize handwritten numbers in the range 0-9.
https://github.com/wojciechmarek/digits-recognition
ai angular angularmaterial artificial-intelligence bootstrap digits-classification digits-detection googlecharts tensorflow typescript
Last synced: about 2 months ago
JSON representation
A project allowing to recognize handwritten numbers in the range 0-9.
- Host: GitHub
- URL: https://github.com/wojciechmarek/digits-recognition
- Owner: wojciechmarek
- Created: 2020-11-22T16:49:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T17:08:05.000Z (about 3 years ago)
- Last Synced: 2025-03-23T07:41:25.602Z (about 1 year ago)
- Topics: ai, angular, angularmaterial, artificial-intelligence, bootstrap, digits-classification, digits-detection, googlecharts, tensorflow, typescript
- Language: TypeScript
- Homepage:
- Size: 4.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digits Recognition
This project allows (or at least it tries 😛) to recognize handwritten numbers in the range 0-9.
## Purpose
I made this app to pass a class at a university.
## Screenshots
- Overall layout:

## Used technologies
- Angular
- Bootstrap
- Tensorflow
- Angular Material
- Google charts
## How to run
It is an Angular application. Restore npm packages and run the development server. Don't worry about the error in the console saying: `Source has 4 element(s) but target allows only 3`. Just navigate to an app in the browser.