- Withlive_backend Repository 복사
git clone https://github.com/suk-6/Withlive_backend.git
cd Withlive_backend
- Withlive_backend 안에 YOLOv5 Repository 복사
git clone https://github.com/ultralytics/yolov5.git
-
touch 모델 준비 (
./models/
) -
venv Activate
python -m venv .venv && . .venv/bin/activate
- Python Package 설치
pip install -r requirements.txt
- Server Start
python3 app.py
- Withlive_backend Repository 복사
git clone https://github.com/suk-6/Withlive_backend.git
cd Withlive_backend
-
touch 모델 준비 (
./models/
) -
Docker Build
docker-compose up -d --build