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 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T00:36:56.000Z (over 2 years ago)
- Last Synced: 2025-02-16T05:29:08.944Z (over 1 year 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

[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
```