commit b19ff7102e5b3d09d4297c449da5dc9b6d31ddf1 Author: Jake Runyan Date: Wed Feb 12 11:56:45 2025 -0800 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..73fb00e --- /dev/null +++ b/README.md @@ -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.