What is the best budget-friendly hosting for a super lightweight AI web tool I am building? I have been looking at DigitalOcean droplets and some suggest Render, but people keep mentioning that cold starts on the free tiers are a nightmare for anything using Python libraries. Im based in the UK and my budget is like 10 bucks a month max since this is just a side project for my portfolio. I just need something reliable that wont choke when I load a small model for text classification. Does anyone have a sweet spot between ease of use and actual performance for these small AI apps? Im kinda stuck on where to deploy...
Honestly, skip the free tiers if you hate cold starts. For a solid sub-10 dollar setup, these work best:
Ever checked out Linode Shared CPU 1GB? It is super cheap, but what framework are you using? I had issues with dependencies there before, so tell me your stack.
Like someone mentioned, avoid those free tier cold starts at all costs. I tried running a small Flask app on one of those platforms and honestly it was a total nightmare with the load times.