{"id":18648477,"url":"https://github.com/minhaskamal/genderrecognizer","last_synced_at":"2025-04-11T14:31:04.055Z","repository":{"id":72584104,"uuid":"47911988","full_name":"MinhasKamal/GenderRecognizer","owner":"MinhasKamal","description":"Plain Face Detector \u0026 Gender Recognizer","archived":false,"fork":false,"pushed_at":"2017-06-19T12:00:28.000Z","size":1905,"stargazers_count":61,"open_issues_count":1,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-25T14:38:59.366Z","etag":null,"topics":["egami","face-detection","face-detector","face-recognition","female","gender-recognition","gender-recognizer","java","machine-learning","male","opencv"],"latest_commit_sha":null,"homepage":"http://minhaskamal.github.io/GenderRecognizer","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MinhasKamal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-13T08:45:19.000Z","updated_at":"2024-11-18T16:26:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"69618cfb-a242-4732-ab29-f02c8e2fd441","html_url":"https://github.com/MinhasKamal/GenderRecognizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhasKamal%2FGenderRecognizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhasKamal%2FGenderRecognizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhasKamal%2FGenderRecognizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinhasKamal%2FGenderRecognizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinhasKamal","download_url":"https://codeload.github.com/MinhasKamal/GenderRecognizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248419650,"owners_count":21100214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["egami","face-detection","face-detector","face-recognition","female","gender-recognition","gender-recognizer","java","machine-learning","male","opencv"],"created_at":"2024-11-07T06:31:15.010Z","updated_at":"2025-04-11T14:31:04.049Z","avatar_url":"https://github.com/MinhasKamal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gender Recognizer \n\n#### Plain Face Detector \u0026 Gender Recognizer\n\nGive image of a person or persons ([frontal face like this](https://user-images.githubusercontent.com/5456665/27283791-ca450e6e-5517-11e7-8a35-a558bee0a483.jpg)), and this program will try to recognize male and female using **Template Matching**. Face detection part is accomplished using OpenCV.\n\n### How to Run?\n1. [Download Gender Recognizer](https://github.com/MinhasKamal/GenderRecognizer/archive/master.zip), and [import](http://www.codejava.net/ides/eclipse/import-existing-projects-into-eclipse-workspace) it in your IDE.\n2. Now, integrate [OpenCV](http://opencv.org) in the build path. Follow [this](http://docs.opencv.org/2.4/doc/tutorials/introduction/java_eclipse/java_eclipse.html) link for installing OpenCV in your Java project.\n3. For training the machine run [**Train.java**](https://github.com/MinhasKamal/GenderRecognizer/blob/master/src/com/minhaskamal/genderRecognizer/Train.java).\n4. For testing run [**Predict.java**](https://github.com/MinhasKamal/GenderRecognizer/blob/master/src/com/minhaskamal/genderRecognizer/Predict.java) (change file-paths in the *main* method according to need).\n\n### Visual of Learned Templates\n  \u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://cloud.githubusercontent.com/assets/5456665/13002798/83f965a0-d19b-11e5-867a-26abfc4f08d8.png\" height=\"100\" width=auto title=\"Male\"\u003e\n  \u003cimg src=\"https://cloud.githubusercontent.com/assets/5456665/13002976/e8dc9a04-d19c-11e5-979a-363db5f6b1a4.jpg\" height=\"100\" width=auto title=\"Male\"\u003e\n  \u003cimg src=\"https://cloud.githubusercontent.com/assets/5456665/13002797/83f8a84a-d19b-11e5-93e7-95fe759b5faa.png\" height=\"100\" width=auto title=\"Female\"\u003e\n  \u003cimg src=\"https://cloud.githubusercontent.com/assets/5456665/13002977/e8df20f8-d19c-11e5-81ac-ce5b1c96dcf8.jpg\" height=\"100\" width=auto title=\"Female\"\u003e\n  \u003c/div\u003e\n\nIf you like this project, you may also like [AlphabetRecognizer- Simple Optical Character Recognizer](https://github.com/MinhasKamal/AlphabetRecognizer) and [SkinDetector- Detects Human Skin From Image](https://github.com/MinhasKamal/SkinDetector).\n\n### License\n\u003ca rel=\"license\" href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg alt=\"MIT License\" src=\"https://cloud.githubusercontent.com/assets/5456665/18950087/fbe0681a-865f-11e6-9552-e59d038d5913.png\" width=\"60em\" height=auto/\u003e\u003c/a\u003e\u003cbr/\u003e\u003ca href=\"https://github.com/MinhasKamal/GenderRecognizer\"\u003eGenderRecognizer\u003c/a\u003e is licensed under \u003ca rel=\"license\" href=\"https://opensource.org/licenses/MIT\"\u003eMIT License\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhaskamal%2Fgenderrecognizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhaskamal%2Fgenderrecognizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhaskamal%2Fgenderrecognizer/lists"}