/Final-Year-Project

College final year project

Primary LanguagePython

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/