Skip to content

mwafa/word-cloud

Repository files navigation

Program Python

Program python untuk menyimpan data word cloud.

Install Library

pip install -r requirements.txt

Running Program

python app.py

Open Result : http://localhost:5000


Endpoint

/word

GET

Example Response:

[
  {
    "weight": 20,
    "word": "the"
  },
  {
    "weight": 14,
    "word": "a"
  },
  {
    "weight": 14,
    "word": "ipsum"
  }
]

POST

Example request body:

{
  "text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset"
}

About

Simple Word Cloud Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published