Trippy a python open-cv based photo filter app. See this story in https://medium.com/@fidel.esquivelestay/make-you-photos-look-trippy-with-python-how-to-build-your-own-photo-filter-app-from-scratch-8ef4f2703282
See folders Win and Mac for windows and OSX based versions of this app.
Function: This is a simple application that uses tkinter and opencv to load some videofeed from the camera, take pictures and apply filters to the live feed. Filters are based on known statistical noise/data filters that resulted in some trippy results.
How to use:
-If you run python on your machine, you can just copy the file trippy.py and run it locally. Note, Python3.7 was used to develop this, any older versions might not run properly.
-If you don't have python, or don't want to go through the trouble installing OpenCV, Pillow and Tkinter, you can just navigate to the respective operating system folder and find the .exe or .app files and run it.
Folders:
-OSX Files: contains mac files for the trippy app. -Windows files: contains windows python code for the trippy app.
Hope you enjoy!
-Fidel