File size: 435 Bytes
5f315ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Web Scraper Chatbot

A full-stack application that scrapes website content and provides a chatbot interface using RAG.

## Features
- Web scraping with content cleaning
- Vector database storage using ChromaDB
- RAG-based chatbot using Groq's LLM
- CLI interface

## Setup
1. Get Groq API key from https://console.groq.com/
2. Create `.env` file:
   ```env

   GROQ_API_KEY=your_api_key

   FLASK_SECRET_KEY=your_api_key