0
How to deploy a machine learning model to cloud for free such that it automatically predicts and saves latest predictions
How to make a setup such that the ml model predicts each day for latest api data samples and saves them and trains each week. I want it without subscription. What are the best ways ?
2 Réponses
+ 3
You might be out of luck...
Not everything can be free, and my understanding is that ML using quite a lot of processing, so at some point, somebody is paying for it.
An option could be... you contact a company who hosts your service and instead of paying, you offer your service for free.
What you'd need to keep in mind is that if you'd like to earn money, that means you're expecting someone to pay. If you want everything for free, then nobody pays, nobody earns (and the world could be wonderful in this way, like Star Trek, but we're not there yet).
0
Thank you ☺ please tell me a bit about the framework or services and the the way i can achieve it.. because in firebase i know firebase function which works on time basis like every 6pm each day... in github i know github actions.. so i want to know the best possible methods to achieve it and the best practices to be followed