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

https://github.com/guyettinger/gle-coin-counter

Coin counting using machine learning
https://github.com/guyettinger/gle-coin-counter

react roboflow typescript webcam

Last synced: about 1 month ago
JSON representation

Coin counting using machine learning

Awesome Lists containing this project

README

          


logo

# GLE Coin Counter
Coin counting using machine learning.

## Demo
![Screenshot](public/images/screenshot.png?raw=true "Screenshot")
[Demo](https://guyettinger.github.io/gle-coin-counter/)

## Installation
```shell
npm install gle-coin-counter@latest
```

## Development
Install
```
npm install
```
Build Application
```
npm run build
```
Run Development Server
```
npm run dev
```
Run Production Server
```
npm run start
```