An open API service indexing awesome lists of open source software.

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.

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.