Skip to content

Face and gender recognition application from photos, back-end development with Django and mobile development with Flutter

License

Notifications You must be signed in to change notification settings

mahdiramezanii/Male-and-female-detection-application

Repository files navigation

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.

About

Face and gender recognition application from photos, back-end development with Django and mobile development with Flutter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published