# 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 |