Skip to content

A simple project that utilizes Twitter mining, text processing, visualization, and web development

Notifications You must be signed in to change notification settings

ArnelMalubay/Twitter-WordCloud-Generator-using-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter WordCloud Generator using Streamlit

A simple Word Cloud generator that utilizes Python's wordcloud (for creating the word cloud), twint (for mining tweets), and streamlit (for app deployment) packages.

Wordcloud for the 1600 most recent tweets of @BarackObama

Wordcloud for the 1600 most recent tweets of @elonmusk

Wordcloud for the 1600 most recent tweets of @nasa

Wordcloud for the 1600 most recent tweets of @YouTube

Accessing the App

To access this app, you can either

  1. Clone the repository. Then, run

pip install -r requirements.txt

on the terminal. It is ideal to create a virtual environment first before proceeding to the installation of the required libraries. Once done, you can then run

streamlit run app.py

on the terminal and use the app on your local server.

OR

  1. Access the app via Streamlit Sharing through this link.

About

A simple project that utilizes Twitter mining, text processing, visualization, and web development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages