Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saritaphd/news-reported-ai-agent-using-crewai-and-google-gemini-pro
- Owner: SaritaPhD
- License: mit
- Created: 2024-07-29T10:26:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T10:35:05.000Z (4 months ago)
- Last Synced: 2024-07-30T13:59:18.335Z (4 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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