Closed fancyvanilla closed 4 months ago
Great work on the app! After forking it and experimenting with it, I noticed that the cosine matrix is regenerated every time a user requests a recommendation. While I attempted to store it using JSON, the file size turned out to be too large. In light of this, I believe utilizing a cache or a database would be a more efficient solution. Additionally, implementing caching for repeated requests could further optimize performance. Best of luck with the continued development of the app!
There are few issues needed to be addressed .
Solutions Needs paid IMDB api, will reduce 15sec to probably 8sec . Fixes in script will occur another 1-2sec . Well it is deployed on cloud run which is bad as it shuts down after sometime and cold starts generally sucks
Great work on the app! After forking it and experimenting with it, I noticed that the cosine matrix is regenerated every time a user requests a recommendation. While I attempted to store it using JSON, the file size turned out to be too large. In light of this, I believe utilizing a cache or a database would be a more efficient solution. Additionally, implementing caching for repeated requests could further optimize performance. Best of luck with the continued development of the app!