Skip to content

cartier31038/cartoon-profile-generator-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartoon Profile Generator

Project Overview

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.

Usage

To utilize the Cartoon Profile Generator application, follow these steps:

  1. Clone the repository: git clone https://github.com/cartier31038/cartoon-profile-generator-poc.git
  2. Navigate to the project directory: cd cartoon-profile-generator-poc
  3. Create a virtual environment: python -m venv venv venv/Scripts/activate
  4. Install dependencies: pip install -r requirements.txt
  5. Set up environment variables: Create a .env file based on the .env.example template and fill in the required values.
  6. Run the application: Execute streamlit run src/app.py in your terminal.

License

This project is licensed under the MIT License, granting users the freedom to modify and distribute the software as per their requirements.

About

Steamlit, Stable Diffusion captioning from Gemini Pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages