Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 439 Bytes

File metadata and controls

16 lines (12 loc) · 439 Bytes

My Chatbot

A simple PDF-based chatbot built with Streamlit, LangChain, and OpenAI embeddings.
Upload any PDF and ask questions; the bot will fetch answers from your document using GPT-3.5.

Features

  • Upload a PDF and ask questions.
  • Uses OpenAI GPT-3.5 for Q&A.
  • Streamlit interface for easy usage.

Installation

  1. Clone the repository:
git clone https://github.com/Avirmora/My-Chatbot.git
cd My-Chatbot