Beep! Bop! 🤖 During a recent hack days, I experimented on creating a Multi-AI agent system that would accept my notes and generate a blog post, using the crewAI framework.
Read my Article on it: Multi AI Agent Systems
Github README:
Crew-AI-Playground
A playground of Crew AI projects
Blog Builder Crew
The goal is to generate a personal blog post based on the given notes, to educate readers about certain topics and reflect on new discoveries.
cd blog_builder
- Replace
PASTE_KEY_HERE
with the OPEN AI API key - Replace
sample_article.md
with your notes. - Execute
streamlit run crew.py
- Download the generated markdown file.