Authors: Murad Bashirov, Mehdi Aghakishiyev, Khadija Rajabova
Python >= 3.8 and PyTorch>=1.7 (see https://pytorch.org/get-started/locally)
- Clone the repository
git clone https://github.com/m-spitfire/coe202-project
pip install -qr https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt
- Install the requirements for server:
pip install -r requirements-server.txt
- Get your local IP address and set it in the
.env
file - Run the server:
python server.py
- Install the dependencies for client:
pip install -r requirements-client.txt
- Get server's IP address and set it in the
.env
file - Run the client
python client.py
- WelkinU/yolov5-fastapi-demo for basic fastapi server-client example