the-full-stack / website

Source for https://fullstackdeeplearning.com
1.12k stars 203 forks source link

Automatically update cloud GPU pricing #53

Open charlesfrye opened 1 year ago

charlesfrye commented 1 year ago

Run a nightly GitHub Action or Modal cron to pull info from providers and create a PR.

Should also update "Updated on" info on page -- or can we pull that info from GitHub instead?

Adesoji1 commented 1 year ago

Nice, how can i contribute?

charlesfrye commented 1 year ago

@Adesoji1 pick a cloud provider you're familiar with, whip up a script (ideally in Python) that can pull down all the GPU pricing info we need for this form (don't forget vCPUS and RAM!) and I'll wrap it up into an Action