Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonai/neural-network
https://github.com/tonai/neural-network
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonai/neural-network
- Owner: tonai
- Created: 2022-01-10T14:20:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T12:58:04.000Z (6 months ago)
- Last Synced: 2024-07-15T15:11:53.006Z (6 months ago)
- Language: TypeScript
- Size: 2.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.