# RicherFace Package

## Overview

RicherFace is a Python package for training and evaluating facial recognition models using TensorFlow. It includes functions for data preprocessing, model building, training, evaluation, and prediction on a single image.

## Installation

To install the package, use:

```bash
pip install richerface
