An open API service indexing awesome lists of open source software.

https://github.com/pandawhocodes/youtube_meme_base_generator

📸 Uses opencv(for face detection), pytube(to download the youtube video), Microsoft Congnitive Emotion API (to tag images with emotions). Automatically finds meme worthy moments from a provided youtube video
https://github.com/pandawhocodes/youtube_meme_base_generator

api cognitive-services emotion face-detection haar-cascade microsoft opencv

Last synced: 6 months ago
JSON representation

📸 Uses opencv(for face detection), pytube(to download the youtube video), Microsoft Congnitive Emotion API (to tag images with emotions). Automatically finds meme worthy moments from a provided youtube video

Awesome Lists containing this project

README

          

# YouTube Meme image generator

### Generates a base image for you to build meme's on

#### Uses opencv(for face detection), pytube(to download the youtube video), Microsoft Congnitive Emotion API (to tag images with emotions)

Check the comments on the code to understand about it

### Example:
Example code to pull images from youtube video from the youtube channel: The Late Show with Stephen Colbert.

python3 generator.py

### Example output:

#### Surprise:
![anger](example_output/boxsurprise.jpg)

#### Contempt:
![sadness](example_output/Cropped_contempt.jpg)

#### Happiness:
![happiness](example_output/boxhappiness.jpg)