Note
This project was built with significant LLM assistance under human direction and review.
Self-hosted meme library with search. Add URLs or upload files, media gets transcribed/OCR'd and indexed.
# Install system requirements
sudo apt install tesseract-ocr ffmpeg
# Create and activate virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install -r src/requirements.txt
playwright install chromiumsource .venv/bin/activate
cd src/
python app.pyOpen http://localhost:8000
