- Clone the repository
- Create a virtual environment
python3 -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the server
cd YOLOv8Project/YOLOv8_Web
python flaskapp.py
- Open the browser and go to the following URL
http://127.0.0.1:5000/