Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guyettinger/gle-asl
- Owner: guyettinger
- License: mit
- Created: 2023-10-27T00:57:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T00:36:56.000Z (12 months ago)
- Last Synced: 2023-11-23T01:39:36.007Z (12 months ago)
- Topics: nextjs, react, roboflow, typescript
- Language: TypeScript
- Homepage: https://guyettinger.github.io/gle-asl/
- Size: 977 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```