Metadata-Version: 2.1
Name: notia
Version: 0.6.0
Summary: A library for interacting with the Notia.ai platform
Home-page: https://notia.ai
Keywords: machine learning,datasets
Author: Notia.ai
Requires-Python: >=3.7.1,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.8.0,<4.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: ipywidgets (>=7.7.0,<8.0.0)
Requires-Dist: pandas (>=1.3,<2.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: rich (>=12.2.0,<13.0.0)
Project-URL: Repository, https://github.com/notia-ai/client
Description-Content-Type: text/markdown

<div align="center">
<img src="https://raw.githubusercontent.com/notia-ai/client/master/resources/imgs/notia-gh-logo.png" width=60%/><br/>  
</div>
<p align="center">
<a href="https://pypi.org/project/notia/">
    <img alt="PyPi Release" src="https://img.shields.io/pypi/v/notia">
</a> 
</p>


---

Use Notia to supercharge your models with the latest training data.

-   Browse 100s of datasets from top companies and institutions.
-   Directly integrates with Jupyter for easy sharing and distribution.
-   Focus on the data science. Spend less time manually scraping and cleaning data.
-   Reproduce any experiment without any Google Drive, Dropbox etc.

## ⚡️ Quick Install

To install notia, simply:

```bash
pip install notia
```

## Usage

```python
import notia
notia.login()

notia.search("Yelp")

train_df = notia.load_dataset("XXXXX", split="train")
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

