A brief description of what this project does and who it's for.
Develop an app to analyse the data from the weather and use a predictive algorithm to draw a pattern of weather scenarios at any given area and send it as a text message to a list of mobile numbers within the vicinity of that area.
We have made a weather forecast and warning app and website that shows weather data and Warns on any forcasted warnings and also we have made our own AI model that suggests precautions and recommendations for crops based on the weather data.
Our AI is running on the collab file link
Our Flask Server and Load balancer is running on Replit link
And we push messages and Warnings through Twillo by scanning weather data of every city and pusing sms to all numbers associated to that city or location.
GET https://weather.jeetghosh3.repl.co/report/?name=Jeet&city=kolkata&phone=900000&pin=700000&crop=Rice
Parameter | Type | Description |
---|---|---|
name |
string |
Required. Your name |
city |
string |
Required. Your city |
phone |
string |
Required. Your phone number |
pin |
string |
Required. Your pin |
Crop |
string |
Required. The Crop name |
{ "Name": "Jeet", "Response": "Suggestions for growing rice under these conditions include using shade cloth to protect plants from direct sunlight, planting early varieties of rice such as Basmati or Jasmine, and applying fertilizers regularly", "Weather": { "City": "kolkata", "Clouds": 20, "Humidity": 74, "Pressure": 1003, "Rain_Volume": 0, "Temp_in_Celcius": 31.12, "Temp_in_kelvin": 304.12, "Warnings": "No Warnings", "Weather_Description": "haze", "Wind_Direction": 180, "Wind_Speed": 1.54, "weather_type": "Haze" }, "crop": "Rice" }
Click on the link and enter the data and then wait for few seconds to let the app call the api and get the data.
It will redirect you to a next page thet will show all the data.
Also, You can navigate using the manu bar
Client: HTML, CSS, Java Script
Server: Python, Flask
APP Java, XML
AI Model Custom trained LLM
- Weather Details
- Free API
- Disaster warnings
- AI made suggestion and Recommendation
Screenrecording_20230509_050128.mp4
As our AI model uses an Algorithm with is licensed only for non-commercial use please try to make your own AI model for commercial use Other than that Use it freely 🙂