This repo is a clone of vincanger/memerator.
It was created after going through the excellent accompanying blogpost - Build your own AI Meme Generator & learn how to use OpenAI's function calls.
The original app was built using Wasp 0.11.3. This repo updates the project structure and code to now be compatible with Wasp 0.17.1. As well as the Wasp related dependencies, openai has also been updated to the latest version.
All credit for the app goes to vincanger, I just got it working in with the latest version of Wasp.
This is a repo for the Memerator meme generator app: https://damemerator.netlify.app/
It uses:
- Wasp a full-stack React/NodeJS framework
- OpenAI's function calling API to call imgflip.com's API to generate memes
Please see the tutorial on how to build this app: https://dev.to/wasp/build-your-own-ai-meme-generator-learn-how-to-use-openais-function-calls-1p21
