Scoring Model App

Contributed to the development of an API that serves machine learning models, by implementing a caching feature that improves the API's response time. The cache stores the results of previous predictions, eliminating the need for the model to be re-run if the same input is requested.