This Python project uses pre-trained models to estimate the age and gender of a person in an image. It utilizes both TensorFlow for age and gender estimation and OpenCV for face detection and landmarks extraction. Additionally, it includes support for using Caffe models for age and gender estimation.
These instructions will help you get a copy of the project up and running on your local machine.
- Clone the Repository:
git clone https://github.com/your-username/image-age-gender-recognition.git cd image-age-gender-recognition
- Install Dependencies:
pip3 install -r requirements.txt
- Run the Application:
python3 main.py
The application can be run using the following command:
python3 main.py
The application will then prompt you to enter the path to the image you want to process. After entering the path, the application will process the image and display the results.
If you'd like to contribute to this project, please check the contribution guidelines for more information.
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
For questions or feedback, please contact the author:
- Author: Dilshan M. Karunarathne
- Email: ceo@altier.tech
- Website: http://altier.tech