Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 667 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 667 Bytes

Road Surface Irregularity Detector

Setup and Run Instructions

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Step 1: Clone the Repository

git clone https://github.com/Gopi-p/Pothole-Detector.git
cd Pothole-Detector

Step 2: Create a Virtual Environment

Step 3: Activate the Virtual Environment

Step 4: Install Dependencies

pip install -r requirements.txt

Step 5: # in Robo flow and get the API key

  1. https://app.roboflow.com/
  2. Go to > Settings > (Your Project) > API Keys.
  3. Copy the API key and replace "API_KEY" in detect_potholes.py.

Step 6: Run the Project

python app.py