This is a Probe Of Concept about showing the face emotion of a person using the webcam of the computer.
Clone the repository:
git clone https://github.com/ervitis/gomendan-assistant
This application uses Google Vision API, so you need to create a Service Account and download the JSON file which includes the key credentials to connect to the API.
⚠️ Be aware of not sharing that file or include it in the repository.
Then export an environment variable:
export GOOGLE_APPLICATION_CREDENTIALS=/absolute/path/to/the/credentials/json/file
Finally, run the application:
make run
gocv uses opencv internally, so you need to install all the dependencies from here.
Then, you execute the command
make run
And it will download all the dependencies
- gocv - GoCV
- Google Vision API - For face emotion analysis
- ervitis - Initial work - ervitis
This project is licensed under the MIT License - see the LICENSE file for details
- Ron Evans for his great work developing this library: https://www.youtube.com/watch?v=mId8cX4h_Ms