Skip to content

paquino11/vision_tool_crewai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages