MVP
Solar power will play a major role towards sustainable energy transition. Reliable operation of solar power plants is critical both in terms of power system safety and economics. The use-case we aim to solve here is to improve the operational performance of solar modules enabling focused maintenance and improved efficiency. This is a multi-classification problem using infrared images where our aim is to classify whether a given image belongs to the healthy category or one of the unhealthy ones.
https://github.com/RaptorMaps/InfraredSolarModules
-
modelTraining: It contains scripts used for model training and saving.
-
prediction: It contains code for predicting the class given a new image.
-
static: style sheet, images and model metadeta for web application.
-
templates: HTML for web application.
-
image: contains any image used either in readme
-
project-planning: Project Planning and Version Control workflow management.
This project is developed on Windows 10 operating system without any GPU.
conda create -n hiveProject python=3.6
conda activate hiveProject
Step 4: Save the model and other encoding parameters in static/model-metadeta folder for the web application to pick it.
python app.py