Quick Start Guide

Get up and running with Deep Research in minutes

1

Get Your API Keys

Venice.ai API Key

  1. Visit Venice.ai
  2. Sign up for an account
  3. Navigate to API settings
  4. Generate a new API key

Brave Search API Key

  1. Go to Brave Search API
  2. Create a developer account
  3. Visit API Keys section
  4. Generate a new API key
2

Clone & Configure

bash
# Clone the repository
git clone https://github.com/georgeglarson/deep-research-privacy.git
cd deep-research-privacy

# Copy example config
cp .env.example .env

Edit .env with your API keys:

env
VENICE_API_KEY=your_venice_api_key_here
BRAVE_API_KEY=your_brave_search_api_key_here
3

Choose Your Setup

Option 1: Direct Node.js

bash
# Install dependencies
npm install

# Start the application
npm start

Option 2: Docker Container

bash
# Run with Docker Compose
docker-compose up

What's Next?

📚 Read the Docs

Explore advanced features and configuration options in our documentation.

View Docs

⭐ Star on GitHub

Support the project and stay updated with new releases.

Star Project

🤝 Get Involved

Join our community and contribute to the project.

Contribute