Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

open-notebook

Self-hosted research platform for organizing PDFs, videos, audio, web pages with AI-powered chat

Setup

cd open-notebook
python3 -m venv .venv && source .venv/bin/activate && pip install requests -q

Environment variables

None.

Usage

python3 scripts/chat_interaction.py --help

Dependencies

  • requests