Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.46 KB

File metadata and controls

41 lines (30 loc) · 1.46 KB

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

Contact