DEV Community

Lets Create
Lets Create

Posted on

A.I weather and Rain prediction with Dashboard

AI Weather and Rain prediction Dashboard
Finally, I have created a Machine Learning based project: Which can take input as city name and predict real time TEMP, HUMIDITY,WIND SPEED, with weather global map and temperature trend grand going ups or down, humidity charts graph, using A.I rain prediction and forecast data table.

I have used library like :

  • streamlit as st
  • import requests
  • import pandas as pd
  • import plotly.express as px
  • from sklearn.linear_model import LogisticRegression
  • import numpy as np
  • import folium
  • from folium.plugins import HeatMap
  • from streamlit_folium import st_folium

Top comments (0)