Skip to content

esenthil2018/web-scraper-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper and Q&A Generator

This project scrapes documentation websites and generates Q&A pairs for RAG applications.

Setup

  1. Clone the repository
  2. Create conda environment:
    conda env create -f environment.yml
  3. Activate environment:
    conda activate web-scraper-qa
  4. Copy .env.example to .env and update with your OpenAI API key
  5. Start backend:
    cd backend
    uvicorn app.main:app --reload
  6. Start frontend:
    cd frontend
    streamlit run app.py

About

Web Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages