diff --git a/README.md b/README.md index dc18b1c..045a975 100644 --- a/README.md +++ b/README.md @@ -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