Initial commit

This commit is contained in:
Jake Runyan 2025-02-12 11:56:45 -08:00 committed by GitHub
commit b19ff7102e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# memegraph
I previously did meme generation via Langchain in https://github.com/runyanjake/memechain. Here is the same project but written using Langgraph instead, since that seems to have superseded Langchain in recent time.