detection-service
YOLO detection service for classifying dogs
Setup
- Create a python venv for the sake of your sanity.
python -m venv .venv
- Activate the venv (do this anytime you wanna run it too)
source .venv/bin/activate
- install dependencies
pip install -r requirements.txt
- Edit the config file if necessary.
- Most importantly make sure app_host and app_port match the values used in dogfinder-app
Running
- Activate the venv as above
source .venv/bin/activate
- In vscode you can have this done automatically.
- Run the program
python main.py