#Graph Of Everything

7 messages · Page 1 of 1 (latest)

rotund rover
#

So I made a little project using the API. It utilizes GPT-3.5-turbo to generate and visualize knowledge graphs from a single word.

It can make generate from scratch a directed graph of anything. Any web of connected concepts should work.

The input to the program is just a simple string like "physics", "video games", or "artificial intelligence" and it generates the rest.

In the examples, I have it set to do a depth of 3 with 3 branches per node.

ChatGPT and GPT-4 helped me code this and did most of the thinking for me.

#

Here are some more. Google, 3D printing, Pinball Machine Repair:

rotund rover
#

The prompt now includes some context, so the graph stays more on track.

Before:

#

After:

brisk hazel
#

Awesome, do you have a demo that I can try out?

stoic heron
#

I want to try this