Metadata-Version: 2.1
Name: 3lc
Version: 2.22.0
Summary: 3LC Python Package - A tool for model-guided, interactive data debugging and enhancements
Project-URL: homepage, https://3lc.ai
Project-URL: documentation, https://docs.3lc.ai
Author-email: 3LC <pypi-admins@3lc.ai>
License: Proprietary
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Requires-Python: <3.14,<4.0,>=3.10
Requires-Dist: cachetools<6.0.0,>=5.5.0
Requires-Dist: cryptlex-lexactivator<4.0.0,>=3.28.1
Requires-Dist: cryptography>=44.0.1
Requires-Dist: deepdiff>=8.6.1
Requires-Dist: filelock<4.0.0,>=3.13.1
Requires-Dist: httpx<1.0.0
Requires-Dist: litestar<2.16.0,>=2.15.0
Requires-Dist: numpy<3.0.0,>=1.17.0
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: packaging>=23.1
Requires-Dist: pandas>=1.4.2
Requires-Dist: pillow<11.0.0,>=10.4.0
Requires-Dist: platformdirs<4.0.0,>=3.8.1
Requires-Dist: psutil<6.0.0,>=5.9.8
Requires-Dist: pyarrow>=18
Requires-Dist: pycocotools<3.0.0,>=2.0.10
Requires-Dist: pydantic>=2
Requires-Dist: pyjwt<3.0.0,>=2.8.0
Requires-Dist: pywin32<311,>=310; platform_system == 'Windows'
Requires-Dist: randomname<1.0.0,>=0.2.1
Requires-Dist: readerwriterlock<2.0.0,>=1.0.9
Requires-Dist: requests<3.0.0,>=2.31.0
Requires-Dist: rich<14.0.0,>=13.4.2
Requires-Dist: ruamel-yaml<1.0.0,>=0.17.32
Requires-Dist: s3fs[boto3]==2024.3.1
Requires-Dist: sentry-sdk[litestar]<2.15.0,>=2.13.0
Requires-Dist: sniffio<2.0.0,>=1.3.1
Requires-Dist: termcolor>=2.2.0
Requires-Dist: textual<1.0.0,>=0.52.1
Requires-Dist: torch>=1.8.0
Requires-Dist: torchvision>=0.10.0
Requires-Dist: tqdm<5.0.0,>=4.65.0
Requires-Dist: uvicorn>=0.17.6
Requires-Dist: watchdog<6.0.0,>=4.0.0
Provides-Extra: abfs
Requires-Dist: adlfs==2024.4.1; extra == 'abfs'
Provides-Extra: gcs
Requires-Dist: google-cloud-storage>=3.0.0; extra == 'gcs'
Provides-Extra: huggingface
Requires-Dist: accelerate>=1.2.1; extra == 'huggingface'
Requires-Dist: datasets>=2.17.0; extra == 'huggingface'
Requires-Dist: evaluate<1.0.0,>=0.4.1; extra == 'huggingface'
Requires-Dist: transformers<5.0.0,>=4.30.2; extra == 'huggingface'
Provides-Extra: lightning
Requires-Dist: pytorch-lightning>=2.0.0; extra == 'lightning'
Provides-Extra: pacmap
Requires-Dist: joblib<2.0.0,>=1.4.0; extra == 'pacmap'
Requires-Dist: pacmap<1.0.0,>=0.7.1; extra == 'pacmap'
Provides-Extra: pyngrok
Requires-Dist: pyngrok<8.0.0,>=7.1.3; extra == 'pyngrok'
Provides-Extra: umap
Requires-Dist: joblib<2.0.0,>=1.4.0; extra == 'umap'
Requires-Dist: umap-learn<1.0.0,>=0.5.4; extra == 'umap'
Description-Content-Type: text/markdown

<h1 align="center">
<img src="https://3lc.ai/wp-content/uploads/2024/05/3LC-RegularLght.svg" width="300">
</h1><br>

## Model-guided, interactive data debugging and enhancements

[3LC](https://3lc.ai) is an ML tool that lets you see your dataset through your model's eyes!

- Find important or inefficient samples
- Understand what samples work and where your model struggles
- Improve your model in different ways by weighting your data

## Features

- Python library, local environment and web-based UI
- No data duplication
- No upload of data to SaaS
- High-end visualization, insights, and real-time editing of data
- Get massive amounts of intelligence with just a few lines of code
- Works seamlessly with your model training and listens to every data point

[3LC Documentation](https://docs.3lc.ai/)

## Quickstart

```
pip install 3lc 
```

Optionally clone the demo notebooks:

```
git clone https://github.com/3lc-ai/3lc-examples.git
```


### Start the 3LC Object Service

The 3LC Object Service facilitates the sharing of samples and metrics between the different components in 3LC, including
your notebooks and the 3LC Dashboard. It needs to be explicitly started from the terminal in order to use 3LC. The
Object Service can be terminated by pressing `Q` from the terminal window.

```
3lc service
```

**We provide some sample projects, so you can explore the Dashboard before providing your own data.**

### Launch 3LC Dashboard

Launch the 3LC Dashboard to explore your training runs and training data.

[3LC Dashboard](https://dashboard.3lc.ai/)
<h1 align="center">
<img src="https://3lc.ai/wp-content/uploads/2024/03/BetaLandingPage_Intro-Image-scaled.jpeg">
</h1><br>

## Video Tutorial

Check out this short introduction on 3LC on our [YouTube channel](https://www.youtube.com/@3LCai): 

[Getting Started with 3LC - YouTube](https://www.youtube.com/playlist?list=PLFOZfHCPrAhDbgmxYcu9Qq5UUVMf7YLFy)

## Support

Please join our [Discord](https://3lc.ai/join/discord) for support and discussion!

## Privacy

Please see our [Privacy Notice](https://3lc.ai/privacy-notice/) for details about your privacy.
