https://github.com/jivanacharya/crewai-simple-agent
https://github.com/jivanacharya/crewai-simple-agent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jivanacharya/crewai-simple-agent
- Owner: JivanAcharya
- Created: 2025-01-23T08:09:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T12:59:23.000Z (4 months ago)
- Last Synced: 2025-02-09T04:19:49.303Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.