Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Memery

About

Spoiler Warning Image
We believe that EVERYONE can be funny with the right tools. Chef Memesicle cooks up some really cool and really funny memes! Just add him as an Adobe Express addon, and let your imagination run wild. He uses prompts given by the user to generate unique memes, whether it’s to show to some friends or to bring a community together through light-hearted jokes.

Setup

  1. To install the dependencies, run npm install.
  2. To build the application, run npm run build.
  3. To start the application, run npm run start.
  4. Setup and run the backend
  5. Set a reverse http proxy to route /generate to the backend. Example using httpd:
<VirtualHost *:443>
	proxypreservehost on
	SSLProxyEngine on
	SSLProxyCheckPeerName off
	proxypass /generate http://127.0.0.1:5000/
	proxypassreverse /generate http://127.0.0.1:5000/
	proxypass / https://127.0.0.1:5241/
	proxypassreverse / https://127.0.0.1:5241/

	SSLProxyEngine On
	SSLCertificateFile "..."
	SSLCertificateKeyFile "..."
</VirtualHost>

About

AI Generated memes to make you laugh! (Hack the 6ix 2024 project)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages