19 lines
616 B
Markdown
19 lines
616 B
Markdown
# meme-classifier
|
|
|
|
python project for classifying memes
|
|
|
|
## Dependencies
|
|
|
|
- python3 (obviously)
|
|
- mpv
|
|
- ffmpeg
|
|
|
|
### Installing dependencies
|
|
|
|
On Debian and most of it's derivatives (Ubuntu, Linux Mint, Kali Linux etc.), the projects dependencies can be installed using the following command:
|
|
|
|
```sudo apt install python3 mpv ffmpeg```
|
|
|
|
If provided with install instructions for other Linux distros, I can add them to this section.
|
|
|
|
I will not provide any support if you try to run this on Windows, since I have zero interest in providing utility to Microsoft by allowing people to use my software in their ecosystem.
|