This project was created during the ML Kit Hackathon and can be continued. It was meant to be a touristic app which leads tourists through the city.
- Choose a tour.
- Find the first sight.
- Once found make a photo and send it to the Cloud Vision API.
- If the Cloud Vision API returns the expected sight name, this part of the challenge is successfully finished.
- The next sight has to be found or the tour finishes.
Done:
- The Cloud Vision API has been successfully tested
- The camera image can be taken and send to the Cloud Vision API
Todo:
- The whole user flow and design has to be implemented
- The currently retrieved image is only a thumbnail
- See issues for more details