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.
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.