Metadata-Version: 2.1
Name: image_filter_library
Version: 1.0.5
Summary: A library for applying image filters with emotion detection using FER.
Home-page: https://github.com/nnyongiii/oss_final_project
Author: nanayeong
Author-email: na22384593@gmail.com
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
- Apply predefined filters (blur, sharpen, brighten, darken, etc.).
- Emotion-based filtering using FER (Facial Expression Recognition).
- Save filtered images to custom directories.

## Installation
Install the library using pip:
```bash
pip install image-filter-library
