/openai-gpt-playground

A personal note taking system using GPT apis; chating with webpage, pdfs and save the chat history to notion database

Primary LanguageJupyter NotebookMIT LicenseMIT

Chat-with-PDF-to-Notion

Description

This is a project that allows you to chat with PDF / Webpage and then save the chat history to Notion Database.

Using Notion API

Set the NOTION_TOKEN variable in the environment variable.

Using OpenAI API

Dependencies

pip install notion_client
pip install openai
pip install langchain chromadb tiktoken
pip install pdfminer.six pypdf unstructured
pip install beautifulsoup4
pip install html5lib
pip install arxiv
pip install questionary
# pip install inquirer