BRAVO68WEB / lpu-cse-final-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LPU CSE Final Year Project

How to run the project

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

About


Languages

Language:Python 56.6%Language:HTML 43.4%