Skip to content

Image_Filters_Library

Latest

Choose a tag to compare

@nanayeong nanayeong released this 04 Dec 15:18
· 12 commits to main since this release
765299b

Image Filter Library

A Python library for applying various filters to images and performing emotion-based filtering using FER.

Features

  • Custom filters (you can adjust the values of blur, sharpen, brighten, and darken by yourself.)

  • Emotion-based filtering using FER (expression recognition) (it detects facial expressions, recognizes emotions, and applies appropriate filters accordingly)
    ex) Happiness: Yellow filter, Sadness: Blue filter, etc

  • Save filtered images to custom directories.

Installation

Install the library using pip:

pip install image-filter-library