/greendata

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.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Logo

Green Data

A brief description of what this project does and who it's for.

Problem Statement

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.

Documentation

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.

Badges

MIT License

API Reference

Get all items

  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

Get the json data example

{ "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" }

Running Guide

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

Tech Stack

Client: HTML, CSS, Java Script

Server: Python, Flask

APP Java, XML

AI Model Custom trained LLM

Screenshots

Screenshot

Features

  • Weather Details
  • Free API
  • Disaster warnings
  • AI made suggestion and Recommendation

Demo

Screenrecording_20230509_050128.mp4

Disclamier

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 🙂