/image-formatter

Modify an image using various tools

Primary LanguagePythonMIT LicenseMIT

image-formatter

Description

A web-app which can transform an image using few tools. We can add filters to an image, rotate it, resize it and even change the extension in a few clicks. And, after all the alterations we can also download that image.

How to use

  1. Clone the project to you local machine
git clone git@github.com:archihalder/image-formatter.git
  1. Enter the directory
cd image-formatter
  1. It is always a good practice to create a virtual environment and then install the required modules/packages for a project. We can install the required packages for this project using the following code
pip install -r requirements.txt
  1. Run the file
streamlit run app.py
  1. The web-app will open on your default browser. From there, you can upload an image, do all the modifications to it and later download it.