openclimatefix / india-forecast-app

Runs wind and PV forecasts for India and saves to database
MIT License
1 stars 4 forks source link

MLops: deploy wind (and solar) algorithm (when its ready) #11

Closed peterdudfield closed 4 months ago

peterdudfield commented 7 months ago

Deploy prototype algorithm for Wind (and optional Solar)

This PR is what will be needed - https://github.com/openclimatefix/PVNet/pull/101

A model will be provided, or put on Hugginface. The model will be using ECWMF NWP data - this is currently waiting on https://github.com/openclimatefix/nwp-consumer/issues/102

In a simpiler way to pvnet_app, this app should

peterdudfield commented 6 months ago

Can run model locally, but need to fix #22, this could be a github error, but im not quite sure.

peterdudfield commented 6 months ago

Mainly done, just sorting out a few bugs