You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Prerequisites
Git
Command line familiarity
Clone the Repository: git clone https://github.com/NebeyouMusie/News-AI-Agents-Using-CrewAI-And-Google-Gemini-Pro-LLM-Models.git
Create and Activate Virtual Environment (Recommended)
python -m venv venv
source venv/bin/activate
Navigate to the projects directory cd ./News-AI-Agents-Using-CrewAI-And-Google-Gemini-Pro-LLM-Models using your terminal
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.