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
- Host: GitHub
- URL: https://github.com/sadham-hussian/imagifi
- Owner: Sadham-Hussian
- Created: 2019-05-22T16:11:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T08:00:44.000Z (over 5 years ago)
- Last Synced: 2025-01-19T02:44:10.727Z (about 1 year ago)
- Topics: image-filters, image-processing, image-python
- Language: Python
- Homepage:
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.