Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 399 Bytes

Human Detection App with FastAPI and Celery

git clone https://github.com/cvisionai/nfwf-human-detector.git
cd nfwf-human-detector
mkdir inputs
mkdir outputs

Spin up the containers:

$ docker-compose up --build

Open your browser to http://localhost:8004 to view the app or to http://localhost:5556 to view the Flower dashboard.