yashjainme's picture
Upload 5 files
5f315ec verified

A newer version of the Gradio SDK is available: 5.29.0

Upgrade

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:
    GROQ_API_KEY=your_api_key
    FLASK_SECRET_KEY=your_api_key