AI-powered fuel price prediction platform built with Django, Machine Learning, and Live Market Data.
FuelSense AI is an AI-powered web application that predicts petrol prices using live market indicators such as Brent Crude Oil prices and the USD/INR exchange rate.
The project combines live market data, machine learning, and an intuitive dashboard to provide users with accurate fuel price predictions, confidence scores, expected price ranges, and market insights.
This project was built while learning Data Science, Machine Learning, and Django, with a focus on creating a clean, real-world web application.
- 📈 AI-powered petrol price prediction
- 🌍 Live Brent Crude Oil prices
- 💱 Live USD/INR exchange rate
- 🤖 Random Forest Regression model
- 📊 Interactive Dashboard
- 📚 Prediction History
- 🎛 Market Scenario Simulator
- 📉 Petrol Price Trend Charts
- ⚡ Modern responsive UI
- 🔄 Live Market Refresh
- HTML5
- CSS3
- JavaScript
- Django
- Python
- Scikit-Learn
- Pandas
- NumPy
- OilPriceAPI
- Frankfurter API
- World Bank
- Random Forest Regression
Live Market APIs
│
▼
Market Data Processing
│
▼
Random Forest Regression
│
▼
Fuel Price Prediction
│
▼
Confidence Score + Expected Range
FuelSenseAI/
├── dataset/
├── docs/
├── fuelsense/
├── model/
├── predictor/
│ ├── services/
│ ├── static/
│ ├── templates/
│ └── views.py
│
├── screenshots/
├── manage.py
├── requirements.txt
└── README.md
Clone the repository
git clone https://github.com/harshitdxt/FuelSenseAI.gitMove into the project
cd FuelSenseAICreate virtual environment
python -m venv venvActivate virtual environment
source venv/bin/activatevenv\Scripts\activateInstall dependencies
pip install -r requirements.txtRun the development server
python manage.py runserverOpen
http://127.0.0.1:8000
- User Authentication
- Fuel Price Forecasting
- More Economic Indicators
- City-wise Analytics
- Model Retraining Pipeline
- Cloud Deployment
- Mobile Responsive Improvements
- Interactive Data Visualizations
Harshit Dixit
AI & Web Developer
Building intelligent web applications with Machine Learning, Django, and Python.
GitHub: https://github.com/harshitdxt









