https://github.com/theraphael0000/anime_wordclouds
Anime wordclouds
https://github.com/theraphael0000/anime_wordclouds
anime cowboy-bebop darling-in-the-frankxx data-visualization evangelion neon-genesis-evangelion nge nlp nltk python subtitles wordcloud
Last synced: 7 months ago
JSON representation
Anime wordclouds
- Host: GitHub
- URL: https://github.com/theraphael0000/anime_wordclouds
- Owner: TheRaphael0000
- Created: 2021-01-22T19:03:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T10:05:39.000Z (12 months ago)
- Last Synced: 2024-11-03T11:18:24.603Z (12 months ago)
- Topics: anime, cowboy-bebop, darling-in-the-frankxx, data-visualization, evangelion, neon-genesis-evangelion, nge, nlp, nltk, python, subtitles, wordcloud
- Language: Python
- Homepage:
- Size: 7.67 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information
Feel free to create pull requests, but do not commit subtitles !
To create a visualization :
1. Extracts the subtitles using [FFMPEG](https://www.ffmpeg.org/) to the VTT format, due to obvious copyright problems, they can't be on the repository.
2. Preprocess the image using [a graphical tool](https://www.gimp.org/) to create a mask.
- Black: Word cloud space
- White: Kept as is from the image
- Grey value: Discarded from the visualization
3. From this mask and the words obtained from the subtitles, the script uses [nltk](https://www.nltk.org/) to remove [stop words](https://pastebin.com/F0XyDqUR), [wordcloud](https://pypi.org/project/wordcloud/) to create a visualization and a bit of [numpy](https://numpy.org/) image math's.
# List
1. [Neon Genesis Evangelion](#neon-genesis-evangelion)
2. [Cowboy Bebop](#cowboy-bebop)
3. [Darling in the Franxx](#darling-in-the-franxx)
4. [Mirai Nikki](#mirai-nikki)
5. [Death Note](#death-note)
6. [Steins;Gate](#steinsgate)
7. [One-Punch Man](#one-punch-man)
8. [Bocchi the Rock!](#bocchi-the-rock)
9. [Chainsaw Man](#chainsaw-man)
## Neon Genesis Evangelion

Data used:
- English subtitles from : [Neon Genesis Evangelion](https://en.wikipedia.org/wiki/Neon_Genesis_Evangelion) (1995)
- [Original image](https://7themes.su/photo/hd_wallpapers/anime/neon_genesis_evangelion_minimal/57-0-11947)
Reddit posts : [r/dataisbeautiful](https://www.reddit.com/r/dataisbeautiful/comments/l2ozn2/) [r/evangelion](https://www.reddit.com/r/evangelion/comments/l2p3k3/)
Creation date: 20210122
## Cowboy Bebop

Data used:
- English subtitles from : [Cowboy Bebop](https://en.wikipedia.org/wiki/Cowboy_Bebop) (1998)
- [Original image](https://pinterest.com/pin/853572935621662671/)
Reddit posts: [r/dataisbeautiful](https://www.reddit.com/r/dataisbeautiful/comments/n8l6c3/) / [r/cowboybebop](https://www.reddit.com/r/cowboybebop/comments/n8l8v4/)
Creation date: 20210509
## Darling in the Franxx

Data used:
- English subtitles from : [Darling in the Franxx](https://en.wikipedia.org/wiki/Darling_in_the_Franxx) (2018)
- [Original image](https://wallpaperforu.com/anime-darling-in-the-franxx-minimalist-wallpaper/)
Creation date: 20211115
## Mirai Nikki

Data used:
- English subtitles from : [Mirai Nikki](https://en.wikipedia.org/wiki/Future_Diary) (2011)
- [Original image](https://www.deviantart.com/max028/art/Yuki-and-Yuno-Mirai-Nikki-Minimal-Wallpaper-2-682607077)
Creation date: 20220304
## Death Note

Data used:
- English subtitles from : [Death Note](https://en.wikipedia.org/wiki/Death_Note) (2006)
- [Original image](https://wallpapercave.com/w/wp8539142)
Creation date: 20220822
## Steins;Gate

Data used:
- English subtitles from : [Steins;Gate](https://en.wikipedia.org/wiki/Steins;Gate) (2009)
- [Original image](https://w.forfun.com/fetch/1b/1b43426a9670562371613517762b3fe8.jpeg)
Creation date: 20230720
## One-Punch Man

Data used:
- English subtitles from : [One-Punch Man](https://en.wikipedia.org/wiki/One-Punch_Man) season 1 (2015)
- [Original image](https://www.deviantart.com/darkfate17/art/Saitama-OnePunch-Man-Minimalist-665264189)
Creation date: 20230801
## Bocchi the Rock!

Data used:
- English subtitles from : [Bocchi the Rock](https://en.wikipedia.org/wiki/Bocchi_the_Rock!) season 1 (2022)
- [Original image](https://www.deviantart.com/akinakiirami/art/bocchi-972548795)
Creation date: 20241103
## Chainsaw Man

Data used:
- English subtitles from : [Chainsaw Man](https://en.wikipedia.org/wiki/Chainsaw_Man) season 1 (2022)
- [Original image](https://www.deviantart.com/dave020626/art/Chainsaw-Man-Power-and-Denji-Minimalist-art-937477153)
Creation date: 20241103