Skip to content

ThumbGenie is a user-friendly tool that automatically generates YouTube thumbnails tailored to your needs. Using AI, as well as adding your own customization, you can create high-quality personalized thumbnails.

License

Notifications You must be signed in to change notification settings

DylanJTodd/ThumbGenie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThumbGenie

Thumbgenie will allow you to create custom YouTube thumbnails to use on your video, taking the title and category as inputs.

You can see some examples below:

thumbgenie demo

How to use:

Manually

  1. First, clone the repository locally

    git clone https://github.com/DylanJTodd/ThumbGenie
    
  2. Change into the directory created

    cd ./ThumbGenie/
    
  3. Next, pip install requirements.txt (Note, need python version 3.10+ )

    pip install -r requirements.txt
    
  4. If you want to train, then run preprocessing.py, followed by training.py. Ensure to tune the parameters such as epochs, batch size, resolution, etc, to your liking

    python preprocessing.py
    python training.py
    
  5. Run thumbgenie.py to start generating custom images. Please note, this file does come with a pretrained model, however due to limited resources, it was not trained thoroughly. I would recommend anyone with the ability to do so, to train their own model.

    python thumbgenie.py
    

Through Google Colab

  1. Open this notebook

  2. Make a personal copy, by going to the top left, through File > Save a copy in Drive

  3. Follow the instructions on the notebook.

About

ThumbGenie is a user-friendly tool that automatically generates YouTube thumbnails tailored to your needs. Using AI, as well as adding your own customization, you can create high-quality personalized thumbnails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages