π Getting Started¶
π¨ Installation¶
Info
TruLens 1.0 is now available. Read more and check out the migration guide
These installation instructions assume that you have conda installed and added to your path.
-
Create a virtual environment (or modify an existing one).
conda create -n "<my_name>" python=3 # Skip if using existing environment. conda activate <my_name>
-
[Pip installation] Install the trulens pip package from PyPI.
pip install trulens
-
[Local installation] If you would like to develop or modify TruLens, you can download the source code by cloning the TruLens repo.
git clone https://github.com/truera/trulens.git
-
[Local installation] Install the TruLens repo.
cd trulens pip install -e .
π€Ώ Ready to dive in?¶
-
Try one of the quickstart notebooks.
-
Learn about the core concepts.
-
Dive deeper; how we do evaluation.
-
Have an App to evaluate? Tracking your app.
-
Shed the floaties and proceed to the API reference.
π Community¶
- π Slack.