Skip to content

This AI Face Recognizer is a Python-based project developed using Jupyter Notebook.

License

Notifications You must be signed in to change notification settings

Ranjika123/AI-Face-and-Age-Detector

Repository files navigation

AI Face Recognizer

Overview

This AI Face Recognizer is a Python-based project developed using Jupyter Notebook. It can accurately determine the gender and facial expression of individuals in images. The project leverages popular deep learning frameworks and models for facial recognition tasks.

Features

  • Gender recognition: The AI model predicts the gender of the person in the image.(currently there is some buggs,worcking on it)
  • Facial expression recognition: The model identifies the facial expression, providing insights into the emotions conveyed.

Usage

  1. Clone the repository:

    git clone https://github.com/Ranjika123/AI-Face-and-Age-Detector
    cd AI-Face-and-Age-Detector
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the Jupyter Notebook:

    jupyter notebook model.ipynb
  4. Follow the instructions in the notebook to test the AI face recognizer on your images.

Requirements

  • Python 3.x
  • Jupyter Notebook
  • Dependencies (listed in requirements.txt)

Contact Information

Ranjika Nethpriya

License

This project is licensed under the MIT License.

Give It a Star ✌

There is some missing details in this Readme but Instructions and model are working correctly..I'll add them later