In this project I have built a news AI agent using CrewAI And Google Gemini Pro LLM models to generate news articles using the Google Gemini 1.5 Flash LLM model and the serper api.
# News AI Agents Using CrewAI And Google Gemini Pro LLM Models
- In this project I have built a news AI agent using CrewAI And Google Gemini Pro LLM models to generate news articles using the Google Gemini 1.5 Flash LLM model and the serper api.
## Description
- CrewAI tools empower agents with capabilities ranging from web searching and data analysis to collaboration and delegating tasks among coworkers.
## Libraries Used
- crewai==0.30.11
- crewai-tools==0.2.6
- langchain-google-genai==1.0.3
- python-dotenv==1.0.1
- streamlit==1.34.0
## Installation
1. Prerequisites
- Git
- Command line familiarity
2. Clone the Repository: `git clone https://github.com/NebeyouMusie/News-AI-Agents-Using-CrewAI-And-Google-Gemini-Pro-LLM-Models.git`
3. Create and Activate Virtual Environment (Recommended)
- `python -m venv venv`
- `source venv/bin/activate`
4. Navigate to the projects directory `cd ./News-AI-Agents-Using-CrewAI-And-Google-Gemini-Pro-LLM-Models` using your terminal
5. Install Libraries: `pip install -r requirements.txt`
6. run `python crew/crew.py`
7. a markdown file called `news.md` will be saved at the root directory
## Collaboration
- Collaborations are welcomed ❤️
## Acknowledgments
- I would like to thank [Krish Naik](https://www.youtube.com/@krishnaik06)
## Contact
- LinkedIn: [Nebeyou Musie](https://www.linkedin.com/in/nebeyou-musie)
- Gmail: [email protected]
- Telegram: [Nebeyou Musie](https://t.me/NebeyouMusie)
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.