meme-classifier/README.md

15 lines
267 B
Markdown

# 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```