Skip to content

ispark323/chat-with-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat with PDF

Setup

python3 -m venv env && source env/bin/activate
pip install -r requirements.txt
export OPENAI_API_KEY=

Ingest

Put a PDF file in docs folder and run below.

python3 ingest.py

Run

uvicorn main:app --reload --port 9000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors