mykeysid10 / Cloud-Coverage-Calculator

GFG Hackathon | Energy Sector | Computer Vision | Regression

Home Page:https://huggingface.co/spaces/mykeysid10/gradio-cloud-coverage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Coverage Calculator via Sky-Cam Images

Project Aim: To find the cloud coverage in percentage from a Skycam image.

Domain: Computer Vision | Machine Learning

Achievements: 3rd Rank at Geek-for-Geeks Ecotech Hackathon of 50 Participants.

Objectives:

  1. Cloud Coverage Prediction: To develop a robust model that accurately calculates cloud coverage from skycam images. This model aims to analyze the cloud formations in the provided images and provide a percentage indicating the extent of cloud coverage.
  2. Automation: Automate the process of cloud coverage assessment using sky images. This will reduce the need for manual monitoring and provide real-time information on the cloud conditions.

Domain Knowledge:

  • Skycam is an automated camera system to periodically record images of the entire sky from dusk until dawn.
  • Skycam Image is generated from a Skycam device.
  • Low CC: 0% - 33% | Moderate CC: 33% - 66% | High CC: 66% - 100%
Image 1 Image 2 Image 3

Workflow:

Workflow

Set Up Steps:

  1. Create a python env in your project directory.
  2. Install all the depencies using: pip install -r requirements.txt
  3. Keep app.py, cloud_coverage_pipeline.py, catboost_model.sav & clip_model.pt in same directory.
  4. Run the app.py file and test the application.

Demo Video:

UI_Demo.mp4

Future Scope:

  • Accurate weather monitoring is crucial for various applications including agriculture and disaster management. Cloud coverage is a key parameter in weather forecasting and automating its assessment can improve weather predictions.
  • Providing real-time information on cloud coverage can benefit industries that rely on weather conditions, such as renewable energy generation, outdoor event planning, and transportation.
  • The integration of the cloud coverage model with skycam can serve as an early warning system for impending storms or heavy rains and climatic drifts. This can help in taking preventive measures and ensuring public safety.