JHEEP (JHEE Platform) is targeting a business-scale AI/MLOps platform.
- Front: 8800
- API server: 8801
- Jupyterlab server: 8899
You need a properly setup of
docker
direnv
Please do after clone
direnv allow
to accept the dir settings.
$ jc build
Run env
$ jc up
Use psql to create database. The default database name is jheep_db
.
$ jc db createdb
Migrate initial database schema
$ jc back migrate
$ jc down
$ jc up
Test if backend api works: http://localhost:8801/v1/docs
The base structure of this project has been inspired by the project Fief.
Many thanks to the author and the contributors.