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

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.

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:

![digits-recognition-sample](https://user-images.githubusercontent.com/27026036/99911359-19b70800-2cf4-11eb-89b2-de215533a263.png)

## 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.