Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 768 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 768 Bytes

Withlive Backend Server

Quick Start

  1. Withlive_backend Repository 복사
git clone https://github.com/suk-6/Withlive_backend.git
cd Withlive_backend
  1. Withlive_backend 안에 YOLOv5 Repository 복사
git clone https://github.com/ultralytics/yolov5.git
  1. touch 모델 준비 (./models/)

  2. venv Activate

python -m venv .venv && . .venv/bin/activate
  1. Python Package 설치
pip install -r requirements.txt
  1. Server Start
python3 app.py

Docker Start

  1. Withlive_backend Repository 복사
git clone https://github.com/suk-6/Withlive_backend.git
cd Withlive_backend
  1. touch 모델 준비 (./models/)

  2. Docker Build

docker-compose up -d --build