Skip to content

The Word Cloud Generator Web Application is a Python-based tool that creates word cloud images from text data uploaded via CSV files. Built with Flask for the web interface and the wordcloud library for generating visualizations, it offers a user-friendly way to visualize text data.

Notifications You must be signed in to change notification settings

blazingvx/PictureCloud

Repository files navigation

Word Cloud Generator Web Application

This Python-based web application allows users to upload a CSV file containing text data and generates a word cloud image from the text. It utilizes the Flask web framework for the user interface and the wordcloud library for word cloud generation.

Table of Contents

Prerequisites

Before running the application, make sure you have the following prerequisites installed:

  • Python 3.x
  • Required Python libraries (install using pip):
    • pandas
    • matplotlib
    • wordcloud
    • Flask
pip install pandas matplotlib wordcloud Flask

About

The Word Cloud Generator Web Application is a Python-based tool that creates word cloud images from text data uploaded via CSV files. Built with Flask for the web interface and the wordcloud library for generating visualizations, it offers a user-friendly way to visualize text data.

Topics

Resources

Stars

Watchers

Forks