This is an Elixir library for TrueFace AI
If available in Hex, the package can be installed as:
- Add
tru_face
to your list of dependencies inmix.exs
:
def deps do
[{:tru_face, "~> 0.1.2"}]
end
- Ensure
tru_face
is started before your application:
def application do
[applications: [:tru_face]]
end
Remember to add the following:
Once you get a TrueFace AI api key add an env variable named TRUE_FACE_API_KEY
with the obtained api key as value.
The full documentation for TruFace can be found here
- Fork it (https://github.com/[my-github-username]/tru_face/fork)
- Create your feature branch (
git checkout -b feature/my_new_feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- @nchafni for all the support.