flask server git repository
How to work this project?
- make virtual environment
python -m venv .venv (.venv 가상환경 제작)
source .venv/Scripts/activate (.venv 가상환경 실행 Windows 버전임)
- set up requirements.txt
pip install -r requirements.txt
- execute project
python run.py
주의 weights 파일은 따로 필요하다... 용량이 커서 git에 안올라감