A simple web application for generating images using AI models.
- Generate multiple images from text prompts
- Choose between different AI models
- Simple authentication system
- Download generated images
- Clean, responsive interface
- Python 3
- Flask web framework
- Fireworks.ai API
- Bootstrap 5 for styling
- dotenv for configuration
- Clone this repository
- Install requirements:
pip install -r requirements.txt
- Create a
.envfile with your configuration:FIREWORKS_API_KEY=your_api_key_here PATPIX_USER={"username":"password"} SECRET_KEY=your_secret_key_here - Run the application:
flask run
- Access the application at
http://localhost:5000
- Log in with your credentials
- Select a model from the dropdown
- Enter your image prompt
- Choose how many images to generate (1-20)
- Click "Generate Images"
- View and download your generated images
This project was created with love for my amazing mom who wanted an easy way to generate beautiful images. ❤️
MIT License - Feel free to use and modify for your own projects!

