Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 517 Bytes

File metadata and controls

18 lines (14 loc) · 517 Bytes

Weather Predictor

Using the Created Webscraping Api, and data collected by it create a machine learning alogorithm to Forecast the Weather

Done

  1. Webscrapper
    • Connected to the page
    • Parsed through to find the table tags
    • Printed the raw table data without processing
    • Got the raw Data
    • Processed the Data got the CSV file
    • learned how we can use this data
    • train a model

What's Next

Making A GUI and adding Application to the model created