ImageAI is a modern, user-friendly Streamlit application for creating images and videos with multiple style options using Google Cloud Services. It features a clean UI, polished typography, and a custom dark theme powered by style.css.
- ποΈ Generate images from text prompts.
- π¬ Create videos based on prompts.
- π¨ Choose from multiple style options for customization.
- π Sleek dark-themed UI for better experience.
- β‘ Powered by Streamlit for fast and interactive workflows.
Clone the repository and install the required dependencies:
# (this will create a folder named 'ImageAI' in your current directory)
git clone https://github.com/BeratMert29/ImageAI.git
# Change into the cloned directory
cd ImageAI
# Install Python dependencies
pip install -r requirements.txtRun the Streamlit application:
streamlit run app.pyThen, open your browser at http://localhost:8501 to start using ImageAI.
ImageAI/
βββ app.py # Main Streamlit app
βββ style.css # Custom styles
βββ requirements.txt # Dependencies
βββ README.md # Project documentation
Contributions are welcome! If youβd like to add new features, fix bugs, or improve documentation:
- Fork the repo
- Create a new branch (
git checkout -b feature-name) - Commit your changes
- Push the branch and create a Pull Request