This is a simple chatbot for all your pdfs.
- Multiple pdf query bot.
- Compatible with OpenAI and Open Source (LLMs,Embeddings)
- Responsive WebApp UI.
- Input using direct file system, drive links or webpages
- Uses webscraping (beautiful soup) to parse HTML and extract text from URLs
Clone the project
git clone https://github.com/krishij03/docQA.git
Go to the project directory
cd docQA
Install dependencies
pip install -r requirements.txt
Start the server
streamlit run bot.py