gpt-researcher

LLM based autonomous agent that conducts deep local and web research on any topic and generates a long report with citations.

GitHub Stars

23,380

User Rating

Not Rated

Favorites

0

Views

92

Forks

3,087

Issues

140

Installation
Difficulty
expert
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Specify required software and versions:
Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/assafelovic/gpt-researcher.git
cd gpt-researcher

2. Install Dependencies

bash
pip install -r requirements.txt

3. Set Environment Variables

Set environment variables like API keys as needed.
bash
export API_KEY="your-api-key"

Troubleshooting

Common Issues

Issue: Failed to install dependencies Solution: Check Python and pip versions and try reinstalling.