Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saritaphd/news-reported-ai-agent-using-crewai-and-google-gemini-pro

This project leverages the capabilities of CrewAI and Google Generative AI models to create a comprehensive research and writing workflow. The goal is to identify emerging trends in a specified topic and produce insightful articles on these trends.
https://github.com/saritaphd/news-reported-ai-agent-using-crewai-and-google-gemini-pro

Last synced: 3 days ago
JSON representation

This project leverages the capabilities of CrewAI and Google Generative AI models to create a comprehensive research and writing workflow. The goal is to identify emerging trends in a specified topic and produce insightful articles on these trends.

Awesome Lists containing this project

README

        

## Overview
This project leverages the capabilities of CrewAI and Google Generative AI models to create a comprehensive research and writing workflow. The goal is to identify emerging trends in a specified topic and produce insightful articles on these trends.

## Installation
- Clone the repository: git clone [email protected]:SaritaPhD/News-Reported-AI-Agent-Using-CrewAI-and-Google-Gemini-Pro.git
- cd News-Reported-AI-Agent-Using-CrewAI-and-Google-Gemini-Pro
- Create a virtual environment: python -m venv venv
- source venv/bin/activate # On Windows use `venv\Scripts\activate`
## Install dependencies: pip install -r requirements.txt
- Set up environment variables:
- Create a .env file in the project root directory with your Google API key:
- GOOGLE_API_KEY=your_google_api_key_here
- SERPER_API_KEY=your_serper_api_key_here

## Usage
- python crew.py