CrewAI XLS Template Runner

automation

Crew Details

This project automates running Excel-based templates using CrewAI for processing data. It leverages Python scripts and Docker for deployment, allowing easy handling of structured data within Excel files. The templates define workflows or 'crews' that can be executed to perform various tasks.

Install

To run locally, install dependencies with pip install -r requirements.txt and execute python3 main.py. For Docker, build the image using docker build -t myapp . and run with docker compose up --build.

Input & Output

Input
  • Install dependencies, set up the environment, and run the application. Customize Excel templates and workflows for specific data processing tasks.
Output
  • The application processes data based on the defined Excel templates, automating workflows and tasks.

Creator

Carine Bruyndoncx