-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colorizing Moby-Dick #34
Comments
Gonna post details tomorrow |
5 years ago, I made an pet-project for a color2color_name generation. As a side artifact I had a 10K+ colors with names dataset, so I used it for a reversed task -- taken a fasttext vector for the word as an input, predict the RGB (or HSL, to be precise) components of it's color. |
Suddenly, it worked pretty well, so the majority of the color-words were colored right. Also, I've tried to train another classifier head to predict, if the word have a color information at all. But still it thinks some non-color words have some significant colorization, for example:
It colors the random words in some strange ways as well :) For example, |
So now I want to use this classifier to colorize each possible word in Moby-Dick. |
I used the python-notebook to create the colorized html, then the wkhtmltopdf tool to convert it to PDF. |
Such an original idea, I love it! |
This is an old idea of mine, I wanted to try it for several years, maybe this time I'll do it
The text was updated successfully, but these errors were encountered: