This project is a Streamlit-based web application that allows users to generate design images and corresponding React code based on textual prompts. It uses Stability AI for image generation and Google's Gemini language model for generating React code.
- Clone the repo
https://github.com/nila-2003/design-bot-generator.git cd design-bot-generator
- Install the required Python packages
pip install -r requirements.txt
- Replave the .env file contents with your API keys.
- Run the streamlit application
streamlit run app.py
Check out the deployed application! https://design-bot-generator-fygyp6tuwezqzwu9odqbej.streamlit.app/