An open API service indexing awesome lists of open source software.

https://github.com/sadham-hussian/imagifi

An application that applies Instagram filters like Gaussian, Gotham and many more to a image
https://github.com/sadham-hussian/imagifi

image-filters image-processing image-python

Last synced: about 2 months ago
JSON representation

An application that applies Instagram filters like Gaussian, Gotham and many more to a image

Awesome Lists containing this project

README

          

# IMAGIFI

## About the Project

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.

## Getting Started

1. Clone this repo
```
git clone https://github.com/Sadham-Hussian/IMAGIFI.git
```
2. Initialize a `virtualenv` to install the dependencies for this project.
```
$ virtualenv venv --python=python3
$ source venv/bin/activate
$ pip install -r requirements.txt
```
3. Make sure you have Tkinter in your system if not install by running this command
```
$ sudo apt-get install python3-tk
```
4. Run main_ui.py file.

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