Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

IntelligentSandbox/memex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memex

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.

memex

Installation

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

Usage

source .venv/bin/activate
cd src/
python app.py

Open http://localhost:8000

About

Self-hosted meme search engine

Topics

Resources

License

Stars

Watchers

Forks

Contributors