Metadata-Version: 2.4
Name: mlm_factory
Version: 0.1.2
Summary: A multimodal factory library
Author-email: Wissem Karous <your-email@example.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Dynamic: requires-python

# MultiModal Factory

A modular Python library to plug pretrained LLMs and vision encoders. Supports zero-shot inference and fine-tuning of adapters using Hugging Face datasets.

## Installation

```bash
pip install multimodal-factory
