2025-02-10 12:17:07 -08:00
2025-02-10 12:10:29 -08:00
2025-02-10 12:10:29 -08:00
2025-02-10 12:17:07 -08:00

memechain

So the idea here is to make an llm agent with tools that use https://imgflip.com/api to turn natural language into a meme.

memechain

Setup

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Update config.json with your imgflip username and password. Example:

{
    "username": "your_username",
    "password": "your_password"
}
python main.py
Description
So the idea here is to make an llm agent with tools that use https://imgflip.com/api to turn natural language into a meme.
Readme 40 KiB
Languages
Python 100%