This branch contains the slides for the talk that I gave on 2024-01-26 at the library@harbourfront.
You can find the slides here
A video of the talk is coming soon.
This is part three of a three part series
- Introduction to ChatGPT, Copilot & Whisper
- Summarising books with ChatGPT, Python and Logseq
- Talk to your notes with Logseq and ChatGPT
- clone this repo
git checkout slides
cd slidev
- run
npm install
- run
npm run dev
- browse to
http://localhost:3030/
git checkout slides
cd slidev
- run
npm run build
rm -rf ../docs
- run
mv dist ../docs
- commit and push
- clone this repo
- create a python virtual environment
pip install -r requirements.txt
- Copy
local_settings.py.sample
tolocal_settings.py
- Fill out the values in
local_settings.py
- Build the database with your vectors:
python -m second_brain.gather_data
- Ask questions:
python -m second_brain.ask_gpt "What is the meaning of life?"