Predict and optimize energy usage like a pro! This ML-based project forecasts household and industrial energy consumption using historical data and environmental factors.
- 🔹 Data Preprocessing: Clean and structure raw energy data
- 🔹 ML Predictions: Forecast future energy usage
- 🔹 Model Management: Save & load models effortlessly
- 🔹 Modular Design: Easy to scale and deploy
git clone https://github.com/DropPlan-at13/smart-energy-usage-predictor.git
cd smart-energy-usage-predictor
python -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows
pip install -r requirements.txt