Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 1.97 KB

File metadata and controls

79 lines (49 loc) · 1.97 KB

Face and Gender Detection

This project is a mobile application built with Flutter that can detect faces and the gender of individuals in input images. The application uses a custom API for image processing.

Features

  • Detects faces in input images
  • Determines the gender of detected individuals
  • Uses a custom API for image processing

Output Images

Here are some images showing the application's output:

Image 1

Image 1

Image 2

Image 2

Installation and Setup

To set up this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mahdiramezanii/Male-and-female-detection-application.git
  2. Navigate to the project directory:

    cd Male-and-female-detection-application
  3. Install the required packages:

    flutter pub get
  4. Run the application:

    flutter run

Usage

To use this application, simply select an image as input, and the application will automatically detect faces and determine the gender of the individuals.

Contributing

If you wish to contribute to this project, you can easily create a new branch, make your changes, and submit a Pull Request.

  1. Create a new branch:

    git checkout -b feature-branch
  2. Make your changes and commit them:

    git commit -m 'Add some feature'
  3. Push your changes to the main branch:

    git push origin feature-branch
  4. Create a Pull Request.

License

This project is licensed under the MIT License. For more information, see the LICENSE file.