Project done during Google's Python Crash Course on Coursera
Objectives of Project :
- Take text file as input.
- Process the text file as-
- Remove all punctuation marks.
- Ignore unintresting words like "am', "the", "to", etc.
- Generate the word cloud using wordcloud module available in Python
How to use:
- Run the first cell to import all required modules from internet.
- Then run second cell i.e. uploader widget.
- After you run uploader widget you get "Browse" button.
- Click this button and navigate the window to locate your saved text file as input to the project (Your text to create word cloud).
- Run the next two cells as it is.
- You will get your "jpg" image as output.
- Download it and have fun with word cloud created using words given by you.