All Projects → MinhasKamal → Deepgenderrecognizer

MinhasKamal / Deepgenderrecognizer

Licence: mit
A Plain Demonstration of Gender Recognition Using Deep Neural Network (male-female-recognition-face-image)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Deepgenderrecognizer

Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+101466.67%)
Mutual labels:  image-processing
Scantailor Advanced
ScanTailor Advanced is the version that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.
Stars: ✭ 694 (+11466.67%)
Mutual labels:  image-processing
Chafa
📺🗿 Terminal graphics for the 21st century.
Stars: ✭ 774 (+12800%)
Mutual labels:  image-processing
Pixelate
Simple Android library to pixelate images or certain areas of an image.
Stars: ✭ 602 (+9933.33%)
Mutual labels:  image-processing
Vpp
Video++, a C++14 high performance video and image processing library.
Stars: ✭ 655 (+10816.67%)
Mutual labels:  image-processing
Flutter Ai Rubik Cube Solver
Flutter-Python rubiks cube solver.
Stars: ✭ 744 (+12300%)
Mutual labels:  image-processing
Pixload
Image Payload Creating/Injecting tools
Stars: ✭ 586 (+9666.67%)
Mutual labels:  image-processing
Images
Source code of images.weserv.nl, to be used on your own server(s).
Stars: ✭ 798 (+13200%)
Mutual labels:  image-processing
Yolo Tf2
yolo(all versions) implementation in keras and tensorflow 2.4
Stars: ✭ 695 (+11483.33%)
Mutual labels:  image-processing
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (+12600%)
Mutual labels:  image-processing
Exposure
Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.
Stars: ✭ 605 (+9983.33%)
Mutual labels:  image-processing
Ruby Vips
Ruby extension for the libvips image processing library.
Stars: ✭ 638 (+10533.33%)
Mutual labels:  image-processing
Imgp
📸 High-performance cli batch image resizer and rotator
Stars: ✭ 744 (+12300%)
Mutual labels:  image-processing
Image processing
High-level image processing wrapper for libvips and ImageMagick/GraphicsMagick
Stars: ✭ 600 (+9900%)
Mutual labels:  image-processing
Img2html
Convert image to HTML
Stars: ✭ 789 (+13050%)
Mutual labels:  image-processing
Ascii art
Real-Time ASCII Art Rendering Library
Stars: ✭ 599 (+9883.33%)
Mutual labels:  image-processing
Boofcv
Fast computer vision library for SFM, calibration, fiducials, tracking, image processing, and more.
Stars: ✭ 706 (+11666.67%)
Mutual labels:  image-processing
Vintagejs
Add a retro/vintage effect to images using the HTML5 canvas element
Stars: ✭ 826 (+13666.67%)
Mutual labels:  image-processing
Flexibleimage
A simple way to play with the image!
Stars: ✭ 798 (+13200%)
Mutual labels:  image-processing
Automatic Watermark Detection
Project for Digital Image Processing
Stars: ✭ 754 (+12466.67%)
Mutual labels:  image-processing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].