Metadata-Version: 2.1
Name: multivec
Version: 0.1.0
Summary: Supercharge your LLMs with synthetic high-quality multimodal Data
License: Apache-2.0
Author: mr-green1337
Author-email: islam.hachimi2003@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (>=1.35.29,<2.0.0)
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: cryptography (>=43.0.1,<44.0.0)
Requires-Dist: docx2pdf (>=0.1.8,<0.2.0)
Requires-Dist: groq (>=0.11.0,<0.12.0)
Requires-Dist: ipykernel (>=6.29.5,<7.0.0)
Requires-Dist: numpy (>=2.0.0,<3.0.0)
Requires-Dist: openai (>=1.50.2,<2.0.0)
Requires-Dist: openai-clip (>=1.0.1,<2.0.0)
Requires-Dist: opencv-python (>=4.10.0.84,<5.0.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pillow (>=10.4.0,<11.0.0)
Requires-Dist: pinecone (>=5.3.1,<6.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: pymupdf (>=1.24.10,<2.0.0)
Requires-Dist: pytest (>=8.3.3,<9.0.0)
Requires-Dist: python-docx (>=1.1.2,<2.0.0)
Requires-Dist: qdrant-client (>=1.11.3,<2.0.0)
Requires-Dist: ruff (>=0.6.8,<0.7.0)
Requires-Dist: sentence-transformers (>=3.1.1,<4.0.0)
Requires-Dist: spacy (>=3.8.2,<4.0.0)
Requires-Dist: tenacity (>=9.0.0,<10.0.0)
Requires-Dist: torch (>=2.4.1,<3.0.0)
Requires-Dist: torchvision (>=0.19.1,<0.20.0)
Requires-Dist: transformers (>=4.45.1,<5.0.0)
Description-Content-Type: text/markdown

<div style="text-align: center;">
    <h1 style="font-size: 36px; font-weight: bold; margin-bottom: 20px;">
        Multivec
    </h1>
    <img src="assets/ostrich.png" alt="Multivec" width="300px" />
</div>

<div style="width: 100%; overflow: hidden; margin-top: 20px;">
    <marquee behavior="scroll" direction="left" scrollamount="6" style="font-size: 24px; font-weight: bold;">
        Supercharge your LLMs with synthetic high-quality multimodal Data
    </marquee>
</div>

<div style="display: flex; justify-content: center; margin-top: 30px;">
    <div style="text-align: center; margin: 0 20px;">
        <h2 style="font-size: 28px; font-weight: bold;">Load</h2>
        <p style="font-size: 20px;">Effortlessly load your multimodal data.</p>
    </div>
    <div style="text-align: center; margin: 0 20px;">
        <h2 style="font-size: 28px; font-weight: bold;">Augment</h2>
        <p style="font-size: 20px;">Enhance your data with synthetic generation.</p>
    </div>
    <div style="text-align: center; margin: 0 20px;">
        <h2 style="font-size: 28px; font-weight: bold;">Vector DB</h2>
        <p style="font-size: 20px;">Store and retrieve high-dimensional vectors efficiently.</p>
    </div>
</div>

