Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.35 KB

File metadata and controls

44 lines (27 loc) · 1.35 KB

Photo Collage Maker

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.

Installation

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

Usage

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.

Features

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

Contributing

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!

Credits

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/.