An open API service indexing awesome lists of open source software.

https://github.com/jivanacharya/crewai-simple-agent


https://github.com/jivanacharya/crewai-simple-agent

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Blog Generation with CrewAI

This repository provides a simple agentic workflow for generating blog content from YouTube videos using CrewAI.

## Setup
Create a virtual environment and install dependencies:
```bash
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt
```

## Running the Workflow
Run the script to generate blog content:
```bash
python crew.py
```

The generated blog content will be saved in `blog_content.md`.

## License
This project is licensed under the MIT License.