Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeish29 authored May 18, 2024
1 parent a9b35ec commit 6d476e1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# CloudBurst-Prediction-Flask
cloud burst prediction website rendered using flask from a pretrained ml model

## Overview
This project is a web application designed to predict cloud bursts using a pre-trained Random Forest model. The application fetches current weather data from a weather API, uses this data to make predictions, and displays the results on a web page rendered with Flask.

## Features
- **Real-time Weather Data**: Fetches current weather data from an external API.
- **Machine Learning Prediction**: Uses a pre-trained Random Forest model to predict the likelihood of a cloud burst.
- **User-Friendly Interface**: Displays predictions and weather data on a clean, responsive HTML page.

## Project Structure

0 comments on commit 6d476e1

Please sign in to comment.