Skip to content

devpkr1/WordCloud-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCloud Generator

Description

This project is a Streamlit-based WordCloud Generator that allows users to input text and visualize word clouds for unigrams and bigrams. It performs text preprocessing, including tokenization, stopword removal, and punctuation stripping, before generating the word clouds.

Features

  • Text preprocessing (lowercasing, tokenization, stopword removal, punctuation removal)
  • Unigram and Bigram word cloud visualization
  • Simple Streamlit UI for user interaction

Installation

  1. Clone the repository:
    git clone https://github.com/your-repo/wordcloud-generator.git
    cd wordcloud-generator
  2. Create a virtual environment (optional but recommended):
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:
    pip install -r requirements.txt

Usage

To run the Streamlit app, execute the following command:

streamlit run app.py

Requirements

See requirements.txt for required dependencies.

Live App

App Link:- Click Here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages