Skip to content

deep2universe/MindMapParty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindMap ❤️ PartyRock

Image
This interactive mind map is powered by PartyRock and AWS.

Demo

You can access the MindMap PartyRock app here
88 seconds Video demo

Workflow

Topic and Guidance

Define a topic and provide guidance for the AI.
Image
Topic

  • Set the subject of your mind maps here.
  • You may also provide a sentence for context.

Guidance

  • Here you can further specify how the AI should approach the topic.
  • List multiple criteria to guide the AI.

Output

Image
View the mind map as markdown.
To explore an interactive mind map, copy the link and open it in a new tab where you can zoom, click, and collapse nodes. Image If you end up on a search engine after entering the link (because you normally use the address bar for searches), then remove the first space in the link (before 'http'). Or, more simply, select the link manually and then copy it.

You will receive an interactive mind map.

Image

Note If the automatically generated link does not work, take the manual approach.
Copy the markdown output and paste it into the browser at: https://party-rock-mindmap.s3.eu-central-1.amazonaws.com/index.html.

Image
You will then be presented with the interactive mind map.

four mind maps
You will always receive four mind maps, each with interactive functionality (four different links).
Keep in mind, you can shape the details of the output by specifying your AI guidance. Image

Architecture

The setup utilizes PartyRock and S3 to present the mind map.
Markdown text from PartyRock is base64 encoded and transmitted to the HTML file on S3.

Image

base64
Impressively, LLMs are adept at handling base64 encoding.
On occasion, if errors arise, LLM output can be manually inputted into the webpage.
Manual insertion adheres to classic base64 decoding techniques.
Access the interactive mind map with classic base64 decoding functionality through this link: https://party-rock-mindmap.s3.eu-central-1.amazonaws.com/index.html

Markdown
is awesome. It's incredibly powerful when combined with LLMs, among other outputs. Converting Markdown to a mind map is just one capability. Other formats for class diagrams, flowcharts, sequence diagrams, organizational charts, wireframes, Gantt charts, and UML diagrams, etc., are also feasible.
And we have JSON too.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages