Developed an innovative system to honor and prioritize esteemed citizens like military personnel, jawans, and veterans during their visits to RTO offices. The project offers:
- Appointment Booking: Enables civilians and esteemed citizens to book appointments for specific RTO services. Esteemed citizens can verify their service ID for priority booking.
- Real-Time Updates: Sends real-time application status and personalized thank-you messages via Twilio, ensuring transparency and respectful interactions.
- License Plate Recognition: Automatically detects vehicle license plates using YOLOv8, OpenCV, and OCR upon entry to the RTO. If the vehicle belongs to an esteemed citizen, a personalized welcome message is sent, acknowledging their contribution to the country. (Note for this functionality refer this repo :
https://github.com/maheshsathe07/Argus-AI-powered-Traffic-Enforcement-Platform - Streamlined Priority System: Ensures a top-tier, efficient service experience for respected citizens, enhancing satisfaction and reducing wait times.
- Frontend: React, Vite, TypeScript
- Backend: Python, Flask
- Database: MongoDB
- Computer Vision: YOLOv8, OpenCV, OCR
- Messaging Service: Twilio
This system creates a seamless and meaningful experience for esteemed citizens, recognizing their contributions to the nation while leveraging cutting-edge technologies for efficiency and transparency.
pip install -r requirements.txt
python ./app.py
http://localhost:5000/apidocs/
npm install
npm run dev