This is a Web Application based on Streamlit, which leverage Stable Diffusion model provided by Amazon Bedrock. It is deployed as containers and target to deploy to Amazon ECS for production use.
- Docker environment
- docker-compose installed - Optional for local development only
- Copilot CLI for Amazon ECS deploy
- AWS permissions, for both local development and your applicaiton
- Apart from the permissions, you should also enable the Stable Diffusion model
- Configure the variable
cp env-example .env
Update the AWS Credentials inside .env
- Run
docker-compose up --build
- Init the project (First time only)
copilot init
- Deploy
copilot deploy
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.