HackVerse hackathon NIT-K Surathkal. A software to alert traffic police in case of potential accidents.
- Flutter Mobile Application: UI for the user side. Measures overspeeding.
- React Website: UI for the traffic police. Uses Google Maps API.
- DarkNet Object Detection: Model to detect accidents.
- Create a Firebase project and update
App.js
file inTraffic Cop Website
folder. - Run the following commands
flutter pub get
python3 -m venv venv
cd darknet
make
wget https://pjreddie.com/media/files/yolov3.weights
Run darknet detector
cd Traffic\ Cop\ Website
npm install
npm start