lvrd-ade / AI-AG-TRACATHON

Team name: Jollof boys
2 stars 1 forks source link

Input everything else needed for our model to output a prediction on rainfall #10

Open willyg23 opened 6 months ago

willyg23 commented 6 months ago

Features that the users need to use our rain predicting model: humidity max temperature (of the day) min temperature (of the day) average wind speed (of the day) Month Day year avg temperature (of the day) precipitation

have the unit that correctly corresponds to each feature. i.e degrees for temperature

we just need the data of the day that we are predicting. we don't need any data from the day(s) beforehand.

We can get the data our user needs to input via integrating a weather app API. The users should be able to change the location, so that way the user can get data that is closest to them.