Our project utilizes NASA's Mars Photos API to request images and its corresponding metadata available from the various rovers on Mars. The image is then processed using Microsoft Azure Cognitive Services Computer Vision, creating identifying tags for the image. The tags are then combined with the image metadata to create the data to be added to a custom database server. Finally, a web application is then used to aggregate and query indexed data. Upon searching for a specific tag, an image and all of its retrieved metadata is displayed. The user has the ability to view all other images that are also related to it by the searched tag.
The web application home screen, where users can enter specific tags or identifiers to sort through images processed and stored in the database.
https://github.com/egdavis1/CloserThanMars (image pipeline)
https://git.uwaterloo.ca/ajegambl/closer-than-mars (web application + database server)
https://api.nasa.gov/api.html#MarsPhotos
https://docs.microsoft.com/en-us/azure/cognitive-s...
SpaceApps is a NASA incubator innovation program.