Skip to content

waseemhnyc/This-is-Fine-AI-Meme-Generator-Chainlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Fine Meme Generator

Built with LangChain and Chainlit

  1. Input a topic
  2. Generate your meme

image info

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Installed a recent version of Python (3.7 or newer) installed and a way to create virtual environments (virtualenv or conda)
  • Created OpenAI API account and obtain an OpenAI API key
  • Created a Imgflip account and save your username and password

Getting Started

Clone the repo

git clone https://github.com/waseemhnyc/...

Create a virutalenv and source the environment

python3 -m venv myenv
source venv/bin/activate

Install the necessary libraries

pip install -r requirements.txt

Create a .env file and input your OpenAI API Key and Imgflip credentials in the file

cp .env.example .env

Usage

To run the program, run the following command in the terminal:

chainlit run app.py

Questions or Get in Touch

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages