Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 207 Bytes

DEVELOP.md

File metadata and controls

26 lines (19 loc) · 207 Bytes

Development

Model API

Create env

make env
source .venv/bin/activate

JavaScript App

cd js
npm i
npm run dev

Docker image

# Download model
make models
make image