Skip to content

stac23-Withlive/Withlive_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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