A focused Streamlit app for generating and editing product images with Bria AI.
- Generate HD product images from prompts
- Create packshots and add shadows
- Generate lifestyle shots from text or reference images
- Use generative fill and erase tools on uploaded images
- Install dependencies:
pip install -r requirements.txt
- Create a
.envfile with your API key:BRIA_API_KEY=your_api_key_here
- Run the app:
streamlit run app.py