Metadata-Version: 2.1
Name: image_filter_library
Version: 1.0.8
Summary: A library for applying image filters with emotion detection using FER.
Home-page: https://github.com/seobin321/final_oss_project
Author: nanayeong
Author-email: na22384593@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: fer
Requires-Dist: opencv-python-headless
Requires-Dist: tensorflow
Requires-Dist: moviepy==1.0.3
Requires-Dist: numpy<1.26,>=1.19.3
Requires-Dist: decorator<5.0,>=4.0.0
Requires-Dist: imageio[ffmpeg]>=2.4.1
Requires-Dist: tqdm>=4.11.2
Requires-Dist: proglog>=0.1.9

# 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:
```bash
pip install image-filter-library
