A script to see how my ideas evolve over time.
- Take ideas.md as input
- Embed ideas with a text embedding model
- Reduce the dimensionality to 3D
- Visualise into an animation
Put all your ideas into one markdown file, with each idea title starting with '#'. For example:
# Idea Title
any other idea description# Install requirements
pip install -r requirements.txt
# Set API key
export OPENAI_API_KEY="sk-…"
# Run
python main.py