Anyone tried AI to make thumbnails?

What actually do you mean by using AI? Thumbnails aren't the most common taks for AI...
 
What actually do you mean by using AI? Thumbnails aren't the most common taks for AI...
A program that takes a string (title) as an input and thumbnail as an output :p.
 
What about flickr api? Search for an image and turn it to a thumbnail?
 
What about flickr api? Search for an image and turn it to a thumbnail?
Well of course you can just take the first result from google image, resize it and call it a day, but the real challenge is to actually make good thumbnails that can compete with the ones made with photoshop.
 
I see. Unfortunately, I have no experience in this
 
Yeah I have some ideas but not that much experience with AI. It will be an interesting project.

The problem is what the cost of your tumbnails from AI would be way higher than you hire photoshop freelancer on full day basis.
 
As long as you know how to pick the images and choose the title algorithmically, it can be done.

I've done it once before
 
The problem is what the cost of your tumbnails from AI would be way higher than you hire photoshop freelancer on full day basis.
What do you mean the cost of thumbnails from AI? You code the script once and it will do the thumbnails for free for ever.
 
It makes sense only if you have thousands of videos
That's not really true since I can do the coding myself for free. I can also sell the bot afterwards which will add to profits
 
How did it go? I'm thinking of trying this
I did the other day. I often go on fiverr and hire a seller called Andy Iman. He’s really good at producing fast thumbnails for my YouTube videos.
 
I did the other day. I often go on fiverr and hire a seller called Andy Iman. He’s really good at producing fast thumbnails for my YouTube videos.
How much is it approximately per thumbnail?
 
Can be done relativity easy with python PIL and some other libraries. The hardest part is extraction keywords from a title. Could be done using python library rake. Might try and I'll post if I figure it out.
 
Back
Top