CodingWithLewis / MemeGenerator

82 stars 25 forks source link

AI Meme Generator Using RAG and Different Models

From the Coding with Lewis Video:

Thumbnail for the AI meme video.

Examples

Demo

https://memegenerator-ergog3zn3pc7txnm6mgggf.streamlit.app/

Getting Started

The app runs on Streamio and mostly API endpoints.

  1. Create a .env file in root.
  2. Insert relevant API Keys:
ANTHROPIC_API_KEY=

OPENAI_API_KEY=

NEON_POSTGRES=

COHERE_API_KEY=
  1. build the docker container

This is currently a work in progress :)

Feel free to explore. A lot of cleanup needs to be done, but want to prove to you that this project does indeed exist!