A ChatGPT-powered tool to visualize the pulse of and track changes in digital gardens.
Made in Svelte and Python, October 2022 to April 2023.
Released under the MIT License.
Created by Kewbish.
Phasis is a proof-of-concept — to use:
pip install -r requirements.txt
DIR
in phasis.py
to point to the Git repository containing your notesconfig.json
with the key session_token
fetch_from_chatgpt
in phasis.py
source venv/bin/activate && cd backend && flask run
to run the Python backendnpm run dev
to run the Svelte frontend; paste the same DIR
as in phasis.py