From 6d476e1941865d6ff2f6f6bd6bf7240dd2730a60 Mon Sep 17 00:00:00 2001 From: Pradeish Misara R <100019740+pradeish29@users.noreply.github.com> Date: Sat, 18 May 2024 23:48:38 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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