Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 200 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 200 Bytes
  1. pip3 install -r requirements.txt
  2. edit config.py file and set IMAGE_DIR
  3. run from current folder: uvicorn run:app --host 0.0.0.0 --workers={NUM_KERNEL+1}
  4. browse at: {SERVER_IP}:8000