IMAGIFI is an application that applies Instagram filters like Gaussian, Gotham, Riverdale and many more. UI is added to IMAGIFI using Tkinter for better visualisation.
-
Clone this repo
git clone https://github.com/Sadham-Hussian/IMAGIFI.git
-
Initialize a
virtualenv
to install the dependencies for this project.$ virtualenv venv --python=python3 $ source venv/bin/activate $ pip install -r requirements.txt
-
Make sure you have Tkinter in your system if not install by running this command
$ sudo apt-get install python3-tk
-
Run main_ui.py file.
-
If everything went good, then your application should be running tkinter window.
If you have trouble setting up, please feel to open an issue at GitHub.