Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 283 Bytes

File metadata and controls

8 lines (7 loc) · 283 Bytes

Word Cloud Generator

A python-Flask backend service which generates a word cloud artwork image based on a given .txt file

To Run

  • Run pip install
  • Run python main.py
  • Make POST request at localhost:5000/wordCloudService
  • Sample POST request body given in input.json