A versatile tool that leverages Google's LLM Gemini, along with HuggingFace models, to generate text and images based on user prompts. It utilizes Langchain for text generation and Hugging Face models for image generation. The project consists of a Streamlit GUI interface where users can interact with the generated content.
9
stars
8
commits
Python
primary language
Mar 3, 2024
updated
It is a versatile tool that leverages Google's LLM Gemini, along with HuggingFace models, to generate text and images based on user prompts. It utilizes Langchain for text generation and Hugging Face models for image generation. The project consists of a Streamlit GUI interface where users can interact with the generated content. Users can upload their own images and provide prompts to generate customized images and text outputs. Check imgs folder for usage video.

requirements.txtgit clone https://github.com/g-hano/Gemini-to-Image.git
cd Gemini-to-Image
pip install -r requirements.txt
streamlit run app.py

MIT
8 commits
Python
100.0%
A versatile tool that leverages Google's LLM Gemini, along with HuggingFace models, to generate text and images based on user prompts. It utilizes Langchain for text generation and Hugging Face models for image generation. The project consists of a Streamlit GUI interface where users can interact with the generated content.
9
stars
8
commits
Python
primary language
Mar 3, 2024
updated
It is a versatile tool that leverages Google's LLM Gemini, along with HuggingFace models, to generate text and images based on user prompts. It utilizes Langchain for text generation and Hugging Face models for image generation. The project consists of a Streamlit GUI interface where users can interact with the generated content. Users can upload their own images and provide prompts to generate customized images and text outputs. Check imgs folder for usage video.

requirements.txtgit clone https://github.com/g-hano/Gemini-to-Image.git
cd Gemini-to-Image
pip install -r requirements.txt
streamlit run app.py

MIT
8 commits
Python
100.0%