using docker compose to setup for redis
, minio
& postgresql
docker-compose up -d
create two bucket named dataset
& model
, change access policy to public
.
## start celery worker
celery -A celery_worker worker --loglevel=info --concurrency=1 --pool=solo
## start fastapi app
python app.py
you can use the postman collection for api-testing.
There are also some useful files for testing at samples
- postman collection:
cl_app.postman_collection.json
- dataset zip sample:
dataset.zip