Metadata-Version: 2.4
Name: eazyml-genai
Version: 0.2.42
Summary: eazyml genai
Home-page: https://eazyml.com/
Author: Eazyml
Author-email: admin@ipsoftlabs.com
Project-URL: Documentation, https://eazyml-docs.readthedocs.io/en/latest/
Project-URL: Homepage, https://eazyml.com/
Project-URL: eazyml, https://pypi.org/project/eazyml/
Project-URL: eazyml-cf, https://pypi.org/project/eazyml-cf/
Project-URL: eazyml-xai, https://pypi.org/project/eazyml-xai/
Project-URL: eazyml-xai-image, https://pypi.org/project/eazyml-xai-image/
Project-URL: eazyml-augi, https://pypi.org/project/eazyml-augi/
Project-URL: eazyml-dq, https://pypi.org/project/eazyml-dq/
Keywords: information-retrieval,retrieval-augmented-generation,RAG,vector-database,qdrant,genai
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai<3.0.0,>=2.48.0
Requires-Dist: Pillow<11.0.0,>=10.4.0
Requires-Dist: google-genai<2.0.0,>=1.66.0
Requires-Dist: google-cloud-aiplatform<2.0.0,>=1.148.0
Requires-Dist: anthropic<1.0.0,>=0.125.0
Requires-Dist: qdrant-client<2.0.0,>=1.16.0
Requires-Dist: torch>=2.8.0
Requires-Dist: sentence-transformers>=5.1.0
Requires-Dist: pinecone>=7.3.0
Requires-Dist: pymupdf>=1.26.0
Requires-Dist: torchvision>=0.23.0
Requires-Dist: doclayout-yolo>=0.0.4
Requires-Dist: numpy==1.21.*; python_version <= "3.7"
Requires-Dist: psutil==5.9.*; python_version <= "3.7"
Requires-Dist: requests==2.32.*; python_version <= "3.7"
Requires-Dist: numpy==1.24.*; python_version == "3.8"
Requires-Dist: psutil==5.9.*; python_version == "3.8"
Requires-Dist: requests==2.32.*; python_version == "3.8"
Requires-Dist: numpy==1.26.*; python_version == "3.9"
Requires-Dist: psutil; python_version == "3.9"
Requires-Dist: requests; python_version == "3.9"
Requires-Dist: numpy==2.0.*; python_version == "3.10"
Requires-Dist: psutil; python_version == "3.10"
Requires-Dist: requests; python_version == "3.10"
Requires-Dist: numpy==2.0.*; python_version == "3.11"
Requires-Dist: psutil; python_version == "3.11"
Requires-Dist: requests; python_version == "3.11"
Requires-Dist: numpy==2.0.*; python_version == "3.12"
Requires-Dist: psutil; python_version == "3.12"
Requires-Dist: requests; python_version == "3.12"
Requires-Dist: numpy==2.1.*; python_version == "3.13"
Requires-Dist: psutil; python_version == "3.13"
Requires-Dist: requests; python_version == "3.13"
Requires-Dist: numpy==2.2.*; python_version == "3.14"
Requires-Dist: psutil; python_version == "3.14"
Requires-Dist: requests; python_version == "3.14"
Requires-Dist: numpy>=2.2.1; python_version > "3.14"
Requires-Dist: psutil; python_version > "3.14"
Requires-Dist: requests; python_version > "3.14"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Eazyml Augmented Intelligence
EazyML Augmented Intelligence extract insights from Dataset with certain insights
score which is calculated using coverage of that insights.

### Features
- Builds a predictive model based on the input training data, mode, and options. 
    Supports classification and regression tasks.
### APIs
It provides following apis :

1. scikit_feature_selection
    ```python
    ez_augi(mode='classification',
            outcome='target',
            train_file_path='train.csv')
