Radiant Future AI is an innovative, AI-powered solution designed to deliver personalized recommendations for solar panel installations. At its core lies a state-of-the-art machine learning model that predicts solar panel requirements with exceptional accuracy. This feature ensures precise, reliable, and actionable insights, making solar energy adoption easier and more effective.
- Advanced Machine Learning Model:
Utilizes Random Forest Regression (RFR), chosen for its superior performance after rigorous comparisons with models like Stochastic Gradient Descent (SGD) and Multi-Layer Perceptron (MLP). The RFR model ensures high accuracy and robustness in predictions. - Dataset:
Trained on a curated dataset featuring historical solar energy production, geographical information, and weather patterns. Data preprocessing included normalization, handling missing values, and feature selection to enhance model performance. - Model Tuning:
Hyperparameter tuning via grid search optimized parameters like the number of trees and depth to boost efficiency. - Evaluation Metrics:
The model was evaluated using metrics such as R² score, Mean Absolute Error (MAE), and Root Mean Squared Error (RMSE) to meet and exceed industry benchmarks.
A system that forecasts energy consumption based on historical data and user inputs, enabling efficient energy planning.
Real-time weather data integration provides actionable insights into solar energy generation, helping users optimize energy usage and panel positioning.
A comprehensive tool offering visualized insights, such as daily energy generation, monthly energy consumption, and installation costs, showcasing the financial benefits of investing in solar energy.
An intelligent pricing calculator that provides accurate cost estimates for solar panel installations based on multiple parameters.
Estimates the reduction in carbon footprint achieved through solar energy adoption, promoting sustainable energy practices.
-
Machine Learning Models:
- Random Forest Regression (RFR)
- Stochastic Gradient Descent (SGD)
- Multi-Layer Perceptron (MLP)
-
Evaluation Metrics:
- R² score
- Mean Absolute Error (MAE)
- Root Mean Squared Error (RMSE)
-
Frontend: HTML, CSS, JavaScript
-
Backend: Node.js, Firebase Authentication, MongoDB
-
APIs Used:
- Open Weather API: For real-time weather data
- Geocode API: For geographical data
- Peak Sunny Hours by NASA API: To predict solar energy potential
Developed with HTML, CSS, and JavaScript, ensuring a responsive and interactive user experience.
Built with Node.js, the backend handles secure and efficient user data interactions. Firebase Authentication manages user access, while MongoDB serves as the database for storing user data and project details.
Real-time data fetching enhances prediction accuracy and user experience by integrating weather, location, and solar energy data.
- Clone the repository:
Open your terminal and run:git clone https://github.com/soumya-1712/radiant-future-ai.git
- Navigate to the project directory:
cd radiant-future-ai - Install dependencies:
npm install
- Run the application:
npm start
- Run the application:
http://localhost:3000