aditya-190 / WordCloud-Generartor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Cloud

πŸ“œ Description:

Word Cloud is a data visualization technique used for representing text data in which the size of each word indicates its frequency or importance.

Significant textual data points can be highlighted using a word cloud.

Word clouds are widely used for analyzing data from social network websites.

We are generating wordcloud from a text file that contains some words, we iterate over all the word and store the frequency of the word in an map, which is then passed to the wordcloud generator function which generates the wordcloud for us.

πŸ— Built With:

  • Python
  • wordcloud
  • numpy, pyplot

πŸ’₯ How to Contribute?

PRs Welcome Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help me know what this Code is all about.

πŸ‘¦ Developed By:

Aditya Bhardwaj

   

About


Languages

Language:Python 100.0%