ervitis / gomendan-assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gomendan assistant

This is a Probe Of Concept about showing the face emotion of a person using the webcam of the computer.

Getting Started

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

Prerequisites

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

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 93.8%Language:Makefile 6.2%