https://github.com/pandaiscodingcpu/wrm
Weather Recognition Module(WRM) is a simple project which predicts the weather in a location of next 5 days.
https://github.com/pandaiscodingcpu/wrm
Last synced: 8 months ago
JSON representation
Weather Recognition Module(WRM) is a simple project which predicts the weather in a location of next 5 days.
- Host: GitHub
- URL: https://github.com/pandaiscodingcpu/wrm
- Owner: pandaiscodingcpu
- Created: 2025-02-25T11:17:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T11:20:40.000Z (about 1 year ago)
- Last Synced: 2025-02-25T12:27:52.456Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WRM
Weather Recognition Module(WRM) is a simple project which predicts the weather in a location of next 5 days.
# About
The module uses OpenWeather API to predict weather in a location of next 5 days.
Using Pandas to clean the data and then with the help of Matplotlib it plots the graph for visual representation
Used pyttsx3 module from python for audio output.