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

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

Awesome Lists containing this project

README

          


logo

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