Elixir Wizards S6E9 The Bridge Between Elixir & Zig with Isaac Yonemoto ThinkingElixir 058: News and Livebook for Business Intelligence

Tangram: Automated Machine Learning in Elixir

Hi, I’d like to share Tangram, an automated machine learning framework with bindings for Elixir. With Tangram, you:

  • Run tangram train to train a model from a CSV file on the command line.
  • Make predictions with bindings for Elixir or a number of other programming languages.
  • Run tangram app to start a web application where you can learn more about your models and monitor them in production.

This makes it easy to add machine learning to your applications written in Elixir without having to learn the python machine learning ecosystem, maintain a separate python server to serve your models, and set up your own monitoring solution.

Watch the video on the homepage: https://www.tangram.dev or check it out on GitHub: https://github.com/tangramdotdev/tangram