Transform articles into interactive mind maps, aiding comprehension and engagement!
Ideal for readers with ADHD.
Hack The Valley 8 - Fall 2023 - Devpost
Paper:Vision is a web-based framework designed for individuals with ADHD that takes articles, breaks them down into sections and subsections, and generates visual mind maps. Each node in the mind map contains a summary of its corresponding section with bullet points. The tool also includes a chatbot that can answer questions related to the content, making it easier for users to actively interact with articles, save time, and improve comprehension.
The back-end uses Python and GPT-3.5 to parse out articles into relative sections and subsection. Each of them are represented as nodes, having attributes such as Title, Text, Children etc. The back-end uses Flask to communicate with MongoDB and send the nodes to Front-end where the mind map is generated using React and WebGL.