Skip to content

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.

Notifications You must be signed in to change notification settings

SJ9VRF/Anthropic-Multi-Modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Anthropic MultiModal LLM

Screenshot_2024-08-14_at_7 47 01_AM-removebg-preview

Description

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.

Setup

To run this project, follow these steps:

  1. Clone the repository:
git clone [repository-url]
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the main script:
python src/main.py

Testing

To run tests:

python -m unittest discover -s tests

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages