https://github.com/guyettinger/gle-roboflow-reinforcer
GLE Roboflow Reinforcer
https://github.com/guyettinger/gle-roboflow-reinforcer
Last synced: about 1 year ago
JSON representation
GLE Roboflow Reinforcer
- Host: GitHub
- URL: https://github.com/guyettinger/gle-roboflow-reinforcer
- Owner: guyettinger
- License: mit
- Created: 2023-11-10T03:32:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T02:12:22.000Z (over 2 years ago)
- Last Synced: 2025-02-16T05:29:09.397Z (over 1 year ago)
- Language: TypeScript
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLE Roboflow Reinforcer
An app for reinforcing Roboflow annotations.
## Demo
[Demo](https://guyettinger.github.io/gle-roboflow-reinforcer/)
## Installation
```shell
npm install gle-roboflow-reinforcer@latest
```
## Development
Install
```
npm install
```
Build Application
```
npm run build
```
Run Development Server
```
npm run dev
```
Run Production Server
```
npm run start
```