#tangram #machine-learning #deployment #models #programmers #train #monitor

tangram_id

Tangram makes it easy for programmers to train, deploy, and monitor machine learning models

4 releases (breaking)

0.7.0 Aug 17, 2021
0.6.0 Jul 19, 2021
0.5.0 Jul 2, 2021
0.4.0 Jun 25, 2021

#888 in Machine learning

46 downloads per month
Used in 2 crates (via tangram_core)

MIT license

4KB
71 lines

Tangram

Tangram is a programmable build system and package manager.

Quickstart.

curl https://tangram.dev/install.sh | sh

lib.rs:

Tangram uses the Id type to uniquely identify models, users, and anything that needs a primary key. This type is almost identical to UUID v4, except there are no bits reserved to specify the version, and the string representation has no dashes.

Dependencies

~0.7–1.3MB
~28K SLoC