Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guyettinger/gle-asl

Practice ASL Finger Spelling using machine learning
https://github.com/guyettinger/gle-asl

nextjs react roboflow typescript

Last synced: about 6 hours ago
JSON representation

Practice ASL Finger Spelling using machine learning

Awesome Lists containing this project

README

        


logo

# ASL Finger Spell
Practice ASL Finger Spelling using machine learning.

## Demo
![screenshot.png](public%2Fimages%2Fscreenshot.png)
[Demo](https://guyettinger.github.io/gle-asl/)

## Installation
```shell
npm install gle-asl@latest
```

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