#EmotionShooterServer
Technological demo of how Google Cloud Vision can be used, prepared by GDG Rzeszów to presentation at conferences. Below you can see how it looks when working.
You can find android app source code and frontend part in two more repo :) Android - https://github.com/Mistic92/EmotionShooterApp Frontend - https://github.com/GDGRzeszow/EmotionShooterUI
#Setup For using Google Cloud Vision you need to provide config JSON from your console. If you are running project with bootRun command from gradle, you can put google-services.json to project folder. It will be automatically used.