Quick Sheet GPT is a tool designed for quick and accurate text processing and query answering. It utilizes Falcon7b from Hugging Face for text generation and the Universal Sentence Decoder for understanding and decoding sentences. This project is particularly useful when users upload PDF documents and need answers to queries based on the content.
Quick Sheet GPT facilitates text processing and query answering tasks, especially when dealing with PDF documents. By leveraging Falcon7b and the Universal Sentence Decoder, it offers accurate and efficient solutions to user queries.
- PDF Text Extraction: Extract text from uploaded PDF documents.
- Query Answering: Provide answers to user queries based on the extracted text.
- Integration: Seamlessly integrate with Falcon7b and the Universal Sentence Decoder.
- User-friendly Interface: Easy-to-use interface for uploading PDFs and querying.
To get started with Quick Sheet GPT, follow these steps:
-
Clone the repository:
git clone https://github.com/pnkr01/QuickSheetGPT.git cd quick-sheet-gpt
-
Create and activate a virtual environment:
python -m venv env source env/bin/activate # On Windows use `env\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt