Metric Space query
Metric spaces are mathematical models which are applicable to many applications in real world. For example, distances between objects in maps follows metric space. Similarly, CAT scans, image similarity also follow metric space.
In many of these common applications querying these APIs has high costs or may even be infeasible due to lack of APIs. In this project, we investigate ways to reduce expensive API calls while not spending too much local computation resources(time and space).