ChatGPT-like app for querying pdf files. User can upload a pdf file and the app will allow for queries against it. Built on Langchain, OpenAI, FAISS, Streamlit. Inspired by YouTube Video from Prompt Engineer.
- Python 3.8 and above
- OpenAI API key
2) Create virtual env (e.g. venv)
pip install -r requirements.txt
cp .env.example .env
streamlit run app.py
http://localhost:8501/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.