Skip to content

Wickypolineni/PDF_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF AI App

PDF AI App is a question-answering application that allows users to upload documents (PDF or TXT) and ask questions related to the content of those documents.

Features

  • Upload PDF or TXT documents
  • Ask questions related to the content of the uploaded documents

Installation

Clone this repository:

git clone https://github.com/Wickypolineni/PDF_AI
cd PDF_AI

install the required packages:

pip install -r requirements.txt

Usage

delete the .devcontainer file and create a .env file and put your OPEN_API_KEY in the application:

OPEN_API_KEY = "your open api key"

To run the app, simply execute the following command:

streamlit run streamlit_app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages