Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

A Python package that detects if an image, video, or Youtube video is a Rick Roll using facial recognition.

License

Notifications You must be signed in to change notification settings

AlexWillCode/rick-roll-detector

Repository files navigation

⚠️ Attention: Deprecated

This repository is no longer maintained. The original README is below.

rick-roll-detector

Rick Roll Detection using Facial Recognition

💭 What is it?

rick-roll-detector is a Python package that uses facial recognition to detect if an image, video, or Youtube video is a Rick Roll.

⚡️ Fast implementation

Step 1: Install rick-roll-detector with PIP:

pip3 install rick-roll-detector

Step 2: Use of all of the CLI and Python commands are explained here https://alexwillcode.github.io/rick-roll-detector/.

🎉 Examples

Python

from rick_roll_detector import verify_youtube_video

video_url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

if verify_youtube_video(video_url):
    print("The video is a Rick Roll!")
else:
    print("The video isn't a Rick Roll.")

Command Line

rick-roll-detector --youtube "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

About

A Python package that detects if an image, video, or Youtube video is a Rick Roll using facial recognition.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages