This is a simple photo collage maker that allows you to upload multiple images and create a collage with a specified number of rows and columns. It is built using Python and Streamlit.
To use the photo collage maker, you need to have Python 3 installed on your system. You can install the required dependencies by running the following command:
pip install -r requirements.txt
To start the photo collage maker, run the following command:
streamlit run app.py
This will open a web page in your default browser where you can upload images and create a photo collage.
The photo collage maker has the following features:
- Upload multiple images in JPG, JPEG, or PNG format
- Select the number of rows and columns for the collage
- Create a photo collage with the uploaded images
- Display the resulting photo collage on the web page
If you would like to contribute to this project, please feel free to submit a pull request. We welcome any contributions that can make the photo collage maker better!
The photo collage maker is built using the following libraries:
- Streamlit
- Pillow
- NumPy
You can also access the live demo of the photo collage maker on Streamlit Sharing at https://deepankarvarma-photo-collage-maker-using-python-app-v4whb9.streamlit.app/.