Skip to content

djbiggs/evolving_ideas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ideas Evolution Visualizer

A script to see how my ideas evolve over time.

Ideas Evolution Visualization

What it does

  1. Take ideas.md as input
  2. Embed ideas with a text embedding model
  3. Reduce the dimensionality to 3D
  4. Visualise into an animation

Quick Start

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

About

A simple script to see how my ideas evolve over time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%