Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonai/neural-network


https://github.com/tonai/neural-network

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Neural network - digit recognition

## Demo

Live demo can be found [here](https://tonai.github.io/neural-network/).

## Getting Started

First you need to install [Node](https://nodejs.org/fr) v20.

Then install the project locally:
```
npm install
```

And run with:
```
npm run dev
```

You can then upload in the app the pre-trained model `model.json` at the root of this project.