The Indian Traffic Signs Recognition System is an AI-powered computer vision solution that uses three deep learning models (InceptionV3, MobileNetV2, DenseNet121) for real-time traffic sign classification. Built with Django web framework, this system provides accurate traffic sign identification to enhance road safety and support intelligent transportation systems.
Indian_Traffic_Signs_Prediction/
β
βββ manage.py # Django management script
βββ requirements.txt # Python dependencies
βββ db.sqlite3 # SQLite database
β
βββ assets/ # Static files and templates
β βββ static/
β β βββ user/ # User interface assets
β β β βββ img/ # Images and model files
β β β βββ css/ # Stylesheets
β β β βββ js/ # JavaScript files
β β βββ admin/ # Admin interface assets
β βββ templates/
β βββ main/ # Main page templates
β βββ user/ # User dashboard templates
β βββ admin/ # Admin panel templates
β βββ base-user.html # Base template
β
βββ mainapp/ # Main Django application
β βββ views.py # Main application logic
β βββ models.py # Database models
β βββ urls.py # URL routing
β βββ migrations/ # Database migrations
β
βββ userapp/ # User dashboard application
β βββ views.py # User dashboard logic
β βββ models.py # User models
β βββ migrations/ # User app migrations
β
βββ adminapp/ # Admin panel application
β βββ views.py # Admin panel logic
β βββ models.py # Admin models
β βββ migrations/ # Admin app migrations
β
βββ media/ # User uploaded files
β βββ uploads/ # Uploaded images
β
βββ models/ # Trained AI models
β βββ inception_model.h5 # InceptionV3 trained model
β βββ mobilnet_model.h5 # MobileNetV2 trained model
β βββ densnet_model.h5 # DenseNet121 trained model
β
βββ datasets/ # Training datasets
βββ indian_traffic_signs/ # Traffic sign images
Need a custom AI solution for computer vision or traffic analysis? Let's build a cutting-edge system together.
You can access the full Project.
Includes: Source code, web app files, trained models, dataset (optional), and deployment scripts.