Skip to content

bravo-on-rpi/lpu-cse-final-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.6%
  • HTML 43.4%