https://github.com/sobanejaz/crewai-projects-collection
A collection of CrewAI applications with real world implementation with streamlit UI.
https://github.com/sobanejaz/crewai-projects-collection
agents ai aiagents crewai crewai-tools crewaigui gpt-4 llama3 streamlit
Last synced: 15 days ago
JSON representation
A collection of CrewAI applications with real world implementation with streamlit UI.
- Host: GitHub
- URL: https://github.com/sobanejaz/crewai-projects-collection
- Owner: SOBANEJAZ
- Created: 2024-11-01T10:10:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T04:14:01.000Z (about 2 months ago)
- Last Synced: 2025-03-02T05:19:24.486Z (about 2 months ago)
- Topics: agents, ai, aiagents, crewai, crewai-tools, crewaigui, gpt-4, llama3, streamlit
- Language: Python
- Homepage:
- Size: 5.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrewAI Projects Collection
Currently working on these and will be finshing all of them after admission in lums.# README of the first I worked on
# AI Agent Article WriterTo Execute the code, read the main README.md file of the GitHub repository.
## Agents Workflow
```mermaid
flowchart LR
A{{📚 Researcher Agent}} --> B{{🖊️ Writer Agent}}
B -->C{{✂️ Editor Agent}}
C --> D@{ shape: delay, label: "📃 Final Article" }
classDef default fill:##333300,stroke:#333,stroke-width:2.5px;
classDef highlight fill:#333300,stroke:#4a90e2,stroke-width:3px;
classDef large font-size:30pxclass A,B,C,D default;
class D highlight;
```## Preview of Agentic System
![]()