Coder Social home page Coder Social logo

mind-map-generator's Introduction

Mind-Map-Generator

We developed a Mind Map Generator, which summarizes given text to make it simpler and quicker to interpret.
To generate a mind map, the user gives input in three ways: raw text, URL, and file. If the user provides a URL as input, we use web scrapping to get the text, or if the user uploads a file as input, we will load the file and extract the text. The model will take this text and clean the input the user provides. We will then use the Text Rank Algorithm to summarize the given text. Once we summarize the text, the model will run an LDA topic modeling algorithm to extract the topic and relevant sentences from the summarized text. Based on the extracted topics, we will use the RAKE algorithm to get relevant keywords to each topic from the sentences. Now, after getting the required words from these, we will take only the top 75th percentile of the words based on their probability score of the rake algorithm, which gave us full keywords. After this, we added a similarity check between the keywords using cosine similarity to remove similar keywords from the list. Finally, based on these keywords, we will generate the mind map.

We have also developed a web application using Flask to improve the user interaction. The webpage where the user gives the input is as follows: image
The webpage where the mind map is displayed is as follows: Screenshot 2024-01-07 at 19-24-16 Flask Summarizer - Result
Latest Commit: Uploaded the report and Updated README

mind-map-generator's People

Contributors

notmanigandan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.