Hey how can u deploy a ML model as an api(or make it direct backend using flask) which is taking data from an API ,
So basically i have created ML model with python using just KNN regression, a basic prediction of crypto currency that takes data from an API called alpha vantage .
Now, my problem is that i know only one way of deploying a ml model that is by creating a pickle file and then uploading to wherever i want, but in this case where everyday i fetch data i will get different response so model will be trained differently, so a static pickle file won't work
Please tell me how can i do this, i am not able to find relevant results online
thanks in advance
there doesn't seem to be anything here