StreetSpecter is an innovative AI-driven solution designed to detect potholes and facilitate road maintenance. Leveraging advanced technologies, StreetSpecter aims to ensure efficient and proactive road safety measures, making streets safer for everyone.
- Pothole Detection
- Automatically identifies potholes using Computer-Vision.
- Reports severity levels and location.
- Real-time Monitoring
- Continuously monitors road conditions.
- Sends alerts for dangerous areas.
- User-friendly Interface.
- Easy navigation and reporting.
- Set up alerts for specific areas or severity levels.
Ensure you have the following installed:
- Python 3.x
- pip
- virtualenv
-
Clone the repository:
git clone https://github.com/Spyrosigma/StreetSpecter
-
Create Virtual Environment
pip install virtualenv #If Virtual Env Module is not installed virtualenv envname # Replace 'envname' with your preferred environment name envname\scripts\activate
-
Install Libraries
pip install -r requirements.txt
-
Create a .env file and add your own Supabase Keys.
SUPABASE_KEY='YOUR_API_KEY' SUPABASE_URL='YOUR_URL_KEY'
-
Run the app!
python app.py