Skip to content

fpem123/word-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

word-cloud

Run on Ainize

This API make video title word cloud using youtuber channel url This is used selenium and wordcloud module When you enter channel url some part, this program crawling that channel and make word cloud image.

font: KBIZ 한마음고딕

how to use

You can use API page, and need 1 parameter.

** Post parameter **

*** /word-cloud/find_youtuber ***

youtuber: This is youtuber channel name that you want.

=> exam: AI network or pewdiepew

result -> Channel name, some part of channel url.

*** /word-cloud/make_wordcloud ***

youtube_url: This is youtuber part of channel url. That url can get /find_youtuber

=> exam: /channel/UCnyBeZ5iEdlKrAcfNbZ-wog or /user/pewdiepie

result -> Word cloud image

** With CLI **

/word-cloud/find_youtuber

curl -X POST "https://master-word-cloud-fpem123.endpoint.ainize.ai/word-cloud/find_youtuber" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "youtuber={youtuber}"

/word-cloud/make_wordcloud

curl -X POST "https://master-word-cloud-fpem123.endpoint.ainize.ai/word-cloud/make_wordcloud" -H "accept: images/*" -H "Content-Type: multipart/form-data" -F "youtube_url={youtuber channel url}"

** With swagger **

Use API page: https://ainize.ai/fpem123/word-cloud?branch=master

** With demo **

Use demo page: https://master-word-cloud-fpem123.endpoint.ainize.ai

About

youtuber's videos word-cloud maker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published