python project for classifying memes
Find a file
2025-10-21 23:31:58 +02:00
main.py added help messages to more options 2025-10-21 23:31:58 +02:00
README.md Added dependency info to readme 2025-10-21 23:30:18 +02:00

meme-classifier

python project for classifying memes

Dependencies

  • python3 (obviously)
  • mpv
  • ffmpeg

Installing dependencies

On Debian, the projects dependencies can be installed using the following command:

sudo apt install python3 mpv ffmpeg