Skip to content

Releases: seobin321/final_oss_project

Image_Filters_Library

04 Dec 15:18
765299b

Choose a tag to compare

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