BaseMemeCV is a MeowCV-style project using OpenCV + MediaPipe to detect facial expressions in real time and display Base meme images.
- Python 3.9 - 3.12
- Working webcam
- macOS / Linux / Windows
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install --upgrade pip
pip install -r requirements.txt