Skip to content

krishnenduroy52/Final-Year-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Cyclone Project

Detection of Cyclonic cloud using YOLOv5

Follow the below steps to execute the app -

  1. Create virtual environment
    python -m venv venv
  2. Activate venv
  • For Windows
    venv/Scripts/activate
    
  • For Linux
    source venv/bin/activate
  1. Open terminal and run Flask backend server (navigate to ./Flack-backend)
     pip install -r requirements.txt
     python app.py
  2. Now in another terminal run Node.js frontend (navigate to ./Front-end)
    npm run dev
  3. Open app in browser at http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •