Installation#

To install LangCheck, just run:

pip install langcheck

LangCheck works with Python 3.8 or higher.

Note

Model files are lazily downloaded the first time you run a metric function. For example, the first time you run the langcheck.metrics.sentiment() function, LangCheck will automatically download the Twitter-roBERTa-base model.

To install LangCheck directly from the repository source, see the Contributing page.