A machine learning-powered Flask web application that predicts real-time traffic volume based on weather and time-based parameters. Built to help urban planners, developers, and curious minds estimate traffic flow with intelligent, data-driven insights.
Coming soon at: https://avalaprabhash.github.io/TrafficTelligence
holiday, weather) using LabelEncoderRandomForestRegressor) and preprocessing toolsTrafficTelligence/ │ ├── app.py ├── scale.pkl ├── encoder.pkl ├── imputer.pkl ├── model.pkl ├── requirements.txt ├── traffic volume.csv ├── traffic volume.ipynb └── templates/ ├── index.html ├── result.html ├── chance.html └── noChance.html
python app.py
🚀 Roadmap [ ] Add prediction-based redirection to chance/noChance pages
[ ] Integrate live weather API
[ ] Deploy with custom domain: traffiq.ai
[ ] Add charts and historical comparisons in UI
🙋♂️ Author PRABHAS Avala 🧠 Passionate about machine learning, web development, and building things that work.