Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjika123 committed Dec 20, 2023
1 parent a5a66dc commit edc5e3b
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@


# 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.
- Facial expression recognition: The model identifies the facial expression, providing insights into the emotions conveyed.

## Usage
1. Clone the repository:
```bash
git clone https://github.com/Ranjika123/AI-Face-and-Age-Detector
cd AI-Face-and-Age-Detector
```

2. Install dependencies:
```bash
pip install -r requirements.txt
```

3. Run the Jupyter Notebook:
```bash
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**
- GitHub: [Ranjika Nethpriya](https://github.com/Ranjika123)
- Email: [email protected]
- LinkedIn :[Ranjika Nethpriya](https://www.linkedin.com/in/ranjika-nethpriya-087268246/)
- Facebook :[Ranjika neth](https://web.facebook.com/ranjikaneth/)
- Inster :[Ranjika Neth](https://www.instagram.com/ranjika_neth/)

## License
This project is licensed under the [MIT License](LICENSE).

<h1>Give It a Star ✌</h1>

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

0 comments on commit edc5e3b

Please sign in to comment.