Giter Site home page Giter Site logo

paperscribe_rag_ai's Introduction

PaperScribe : RAG-based PDF Chat

PaperScribe is an LLM-powered chatbot designed to assist with reading and understanding PDF documents. It utilizes Streamlit for the user interface, LangChain for text processing, and OpenAI for language model capabilities.

image

About

This application offers the following features:

  • Upload PDF: Users can upload a PDF document.
  • Text Extraction: The uploaded PDF is processed to extract text.
  • Text Splitting: Text is split into smaller chunks for efficient processing.
  • Embeddings: Text embeddings are generated using OpenAI's embeddings model.
  • Vector Storage: Embeddings are stored and indexed using FAISS for quick retrieval.
  • Question Answering: Users can ask questions about the PDF content, and PaperScribe provides relevant answers.
  • Interactive Interface: The user interacts with PaperScribe through an intuitive web interface powered by Streamlit.

Created by Madhumitha Kolkar, 2024.

How to Use

  1. Upload a PDF document.
  2. Ask questions about the content of the PDF.
  3. PaperScribe will provide relevant answers based on the text extracted from the PDF.

Installation

To run PaperScribe locally, follow these steps:

  1. Clone the repository:

    https://github.com/MadhumithaKolkar/PaperScribe_RAG_AI.git

  2. Install the required dependencies:

  • Streamlit
  • PyPDF2
  • LangChain
  • FAISS
  • dotenv
  • streamlit-extras
  • openai
  1. Create a .env file with your OPENAI_API_KEY and pass it to your llm instance and OpenAIEmbeddings call.
  2. Run the Streamlit app:

streamlit run main.py

paperscribe_rag_ai's People

Contributors

madhumithakolkar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.