The Cartoon Profile Generator application is built with Python, utilizing Streamlit for the frontend interface. It offers a user-friendly experience for generating caption for Stable Diffusion from images. With a combination of a multimodal LLM and intuitive design, users can easily upload images, captioning and generate profile image with Stable Diffusion.
To utilize the Cartoon Profile Generator application, follow these steps:
- Clone the repository:
git clone https://github.com/cartier31038/cartoon-profile-generator-poc.git
- Navigate to the project directory:
cd cartoon-profile-generator-poc
- Create a virtual environment:
python -m venv venv venv/Scripts/activate
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables: Create a
.env
file based on the.env.example
template and fill in the required values. - Run the application: Execute
streamlit run src/app.py
in your terminal.
This project is licensed under the MIT License, granting users the freedom to modify and distribute the software as per their requirements.