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.txtDIR in phasis.py to point to the Git repository containing your notesconfig.json with the key session_tokenfetch_from_chatgpt in phasis.pysource 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