This project demonstrates how to use Anthropic's MultiModal LLMs, specifically Claude 3 Opus and Claude 3 Sonnet, for image reasoning and structured output parsing.
To run this project, follow these steps:
- Clone the repository:
git clone [repository-url]
- Install dependencies:
pip install -r requirements.txt
- Run the main script:
python src/main.py
To run tests:
python -m unittest discover -s tests