Metadata-Version: 2.1
Name: ntropy-ai
Version: 0.0.5a0
Summary: Unleash the power of multimodal agents
License: AGPL-3.0
Author: Hugo Le Belzic
Author-email: hugolebelzic@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: document-instance-html
Provides-Extra: document-instance-pdf
Provides-Extra: providers-aws
Provides-Extra: providers-ollama
Provides-Extra: providers-openai
Provides-Extra: rag-vectorstore-pinecone
Requires-Dist: Pillow (==10.4.0)
Requires-Dist: boto3 (==1.34.140) ; extra == "providers-aws"
Requires-Dist: botocore (==1.34.140) ; extra == "providers-aws"
Requires-Dist: cryptography (==42.0.7)
Requires-Dist: ollama (==0.2.1) ; extra == "providers-ollama"
Requires-Dist: openai (==1.35.10) ; extra == "providers-openai"
Requires-Dist: opensearch-py (==2.6.0) ; extra == "providers-aws"
Requires-Dist: pinecone-client (==4.1.2) ; extra == "rag-vectorstore-pinecone"
Requires-Dist: pydantic (==2.8.2)
Requires-Dist: pymupdf (==1.24.7) ; extra == "document-instance-pdf"
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: torch (==2.3.1) ; extra == "providers-openai"
Requires-Dist: torchvision (==0.18.1) ; extra == "providers-openai"
Description-Content-Type: text/markdown

<h1 align="center">Welcome to ntropy-ai 👋</h1>
<p>
  <a href="https://ntropy-ai.gitbook.io/ntropy-ai-python-lib-docs" target="_blank">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
  </a>
  <a href="https://github.com/ntropy-ai/ntropy/blob/main/LICENSE.txt" target="_blank">
    <img alt="License: AGPL--3.0 " src="https://img.shields.io/badge/License-AGPL--3.0 -yellow.svg" />
  </a>
  <a href="https://twitter.com/hugolb05" target="_blank">
    <img alt="Twitter: hugolb05" src="https://img.shields.io/twitter/follow/hugolb05.svg?style=social" />
  </a>
    <a href="https://x.com/ZorkotDasha" target="_blank">
    <img alt="Twitter: ZorkotDasha" src="https://img.shields.io/twitter/follow/ZorkotDasha.svg?style=social" />
  </a>
</p>

> Unleash the power of multimodal agents

## Install

```sh
pip install ntropy-ai
```

## Authors

👤 **Hugo Le Belzic & Darya Todoskova**

* Twitter: [@hugolb05](https://twitter.com/hugolb05) & [@ZorkotDasha](https://twitter.com/ZorkotDasha)
* Github: [@HugoLB0](https://github.com/HugoLB0) & [@zorkotdasha](https://github.com/daryatodoskova)
* LinkedIn: [@hugolebelzic](https://linkedin.com/in/hugolebelzic) & [@zorkotdasha](https://www.linkedin.com/in/darya-todoskova-zorkot-3005181b8/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/ntropy-ai/ntropy/issues). 

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2024 [Hugo Le Belzic](https://github.com/HugoLB0) & [Darya Todoskova](https://github.com/daryatodoskova).<br />
This project is [AGPL--3.0 ](https://github.com/ntropy-ai/ntropy/blob/main/LICENSE.txt) licensed.


