shivangraikar / WC-Generator

Word cloud generator is a domain hosted web application for generating word clouds on accepting a string data from user and returns a word cloud image on that particular string data after scrapping and collecting related content from internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Cloud

A word cloud is an image made of words that together resemble a cloudy shape.

The size of a word shows how important it is e.g. how often it appears in a text — its frequency.

People typically use word clouds to easily produce a summary of large documents (reports, speeches), to create art on a topic (gifts, displays) or to visualise data (tables, surveys).

Wordcloud Generator

Created using python libraries such as Flask and wordcloud.

It is a Data visualization method to represent data into a form of wordcloud.

Focusing on this idea, this is a local web app for creating wordclouds. Even the most unfamiliar person could generate wordclouds using this web app.

Running your web application:

  1. Open your command prompt

  2. Navigate to the directory where all the files are stored

cd Shivang\desktop\project
  1. Install the requirements
pip install -r requirements.txt
  1. Run the main application file
python app.py
  1. Open browser and type
localhost:5000
  1. Your web application is ready to use

Generating wordcloud

You are ready to click the generate wordcloud button, that is the last step of all these.

Enter string: steve jobs

And using all the default parameters, the output is

Medium blog

Read my blog about Wordcloud generator on Medium

About

Word cloud generator is a domain hosted web application for generating word clouds on accepting a string data from user and returns a word cloud image on that particular string data after scrapping and collecting related content from internet.

License:Other


Languages

Language:JavaScript 73.2%Language:CSS 16.1%Language:HTML 9.4%Language:Python 1.2%Language:PHP 0.1%Language:Procfile 0.0%