This project is aimed at utilizing AI and automation to monitor and predict electricity consumption in a smart and efficient manner. - Team NEOM
The SIH-SmartAutomation-Electricity-AI-Consumption Prototype system leverages artificial intelligence to efficiently predict and manage electricity consumption in smart buildings. The goal is to help users optimize energy usage, save costs, and contribute to sustainability.
- Predict electricity consumption based on historical data.
- Predict usage of Renewable Energy.
- Monitor real-time electricity usage.
- Automated reporting and insights on consumption patterns.
- Scalability for large buildings and multiple systems.
To get the project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/OmAmar106/SIH-SmartAutomation-Electricity-AI-Consumption.git
- Navigate to the project directory:
cd SIH-SmartAutomation-Electricity-AI-Consumption
- Install dependencies using
pip
:pip install -r requirements.txt
-
Run the application:
python app.py
-
The system will start monitoring electricity consumption and provide predictions and insights.
- Python: Core programming language.
- Flask: Web framework for building the user interface and API.
- Prophet: For building machine learning models.
- Pandas: Data manipulation and analysis.
- Numpy: Numerical operations and matrix manipulations.