This project provides an interactive interface to generate images based on user-defined attributes. Users can tweak various parameters using sliders and instantly visualize the output images.
>> Kaggle Notebook link [Implementation with dataset]: https://www.kaggle.com/code/paraglondhe/cdcgans-with-embeddings
- Python 3.8+
- Virtual environment (recommended)
-
Clone the repository:
git clone https://github.com/paraglondhe098/2D_Avatar_Generation.git cd 2D_Avatar_Generation
-
Install required Python libraries:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
- Start the application by running the Streamlit app command.
- Use the sidebar sliders to adjust the attributes for image generation:
- Example attributes include Eye Angle, Chin Length, Hair Color, and more.
- Generated images will be displayed in a grid layout.
- Adjust sliders to modify attributes and generate new images.