-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9b35ec
commit 6d476e1
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|