This project makes use of 2 LLMs.
- Text Bison 001 by Google
- Stable Diffusion
Here, when a user enters a paragraph; the text bison model, summarizes the text, and creates a description of a picture in relation to this paragraph.
This is further sent to the stable diffusion model, which generates the picture.
Download the source code, and install requirements.
Run the app using this command:
streamlit run main.py