Skip to content

MinhasKamal/DeepGenderRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Gender Recognizer

A Plain Demonstration of Gender Recognition Using Deep Neural Network

As the name explains, this project detects gender from image using deep learning. No image processing is done here. Raw pixel data is fed to the Deep Neural Network for automatic feature extraction. For image reading we used Egami, and machine learning part is accomplished with Intellectron.

How to Run?

  1. Download Deep Gender Recognizer, and import it in your IDE.
  2. Download Egami.jar from project- and Intellectron.jar from project- , and integrate them in the project's build path.
  3. Now simply run DeepGenderRecognizer.java, and training should start. Several sections in this class are commented, by activating each section we can perform- training, testing, and prediction.

For getting an insight of the project you may visit- Egami & Intellectron.

License

MIT License
Deep Gender Recognizer is licensed under MIT License.