Skip to content

Waasi/tru_face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TruFace

Build Status

This is an Elixir library for TrueFace AI

Installation

If available in Hex, the package can be installed as:

  1. Add tru_face to your list of dependencies in mix.exs:
def deps do
  [{:tru_face, "~> 0.1.2"}]
end
  1. 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.

Usage

The full documentation for TruFace can be found here

Contributing

  1. Fork it (https://github.com/[my-github-username]/tru_face/fork)
  2. Create your feature branch (git checkout -b feature/my_new_feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Special Thanks To:

  • @nchafni for all the support.

About

This is an Elixir library for TrueFace AI. https://chui.ai

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages