Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.1 KB

CrewaiVisionTool Crew

Welcome to the CrewaiVisionTool Crew project, powered by crewAI. This template is designed to help you set up an AI agent to use Vision Tool to extract text from images.

Installation

Ensure you have Python >=3.10 <=3.13 installed on your system. This project uses Poetry for dependency management and package handling, offering a seamless setup and execution experience.

First, if you haven't already, install Poetry:

pip install poetry

Next, navigate to your project directory and install the dependencies:

  1. First lock the dependencies and then install them:
poetry lock
poetry install

Customizing

Add your OPENAI_API_KEY into the .env file

Running the Project

To kickstart your crew of AI agents and begin task execution, run this from the root folder of your project:

$ crewai run

or

poetry run crewai_vision_tool

This command initializes the crewai_vision_tool Crew, assembling the agents and assigning them tasks as defined in your configuration.