Code Monkey home page Code Monkey logo

ralyaismail's Projects

acoustic_noise_cancellation icon acoustic_noise_cancellation

With two audio sources, one a desired output and one a noise source, you can adaptively filter the noise from your desired output.

face_classification icon face_classification

Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.

facial-expression-recognition icon facial-expression-recognition

The main purpose of the project - recognition of emotions based on facial expressions. Cohn-Kanade data set (http://www.pitt.edu/~emotion/ck-spread.htm) is used for explorations and training

facial-expression-recognition-4 icon facial-expression-recognition-4

Classify each facial image into one of the seven facial emotion categories considered using CNN based on https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge

happynet icon happynet

Convolutional neural network that does real-time emotion recognition. HappyNet detects faces in video and images, classifies the emotion on each face, then replaces each face with the correct emoji for that emotion. Based on Caffe and the "Emotions in the Wild" network available on Caffe model zoo.

histogram-equalization-logarithmic-mapping-image-rotation-gaussian-averaging-filter-median-filter icon histogram-equalization-logarithmic-mapping-image-rotation-gaussian-averaging-filter-median-filter

Implementation of Histogram Equalization, Logarithmic Mapping, Image Rotation, Gaussian Averaging Filter and Median Filter. Histogram equalization is a method using which we can adjust image intensities that will enhance the contrast of the image. By applying the histogram, the intensities of the image can be distributed properly which will allow the area with lower contrast to gain proper higher contrast. To compress the dynamic range of an image we can replace each and every pixel value with their log values. By implementing this, we enhance the low intensity pixels of the image. Logarithmic mapping is a simple point process in which the mapping function is a log curve. Since the logarithm is not defined for, the equation of the log mapping function looks like given below: 𝐼′(𝑟,𝑐)=log(𝐼(𝑟,𝑐)+1). Rotation is the operation that will perform the geometric transformation of the image element which will be rotated at the given angle about an origin. Gaussian filter have a special type of property of not having any overshoot towards a step input function and it minimizes the fall and rise time, thus it has minimum delay in group. Due to this property the Gaussian filter is considered the ideal time domain filter. Median filter is basically used to remove the nonlinear noise in the images. Generally this is used in the preprocessing step in different image processing algorithms. The most significant reason to use the median filtering is that it preserves the edge information even after removing the nonlinear noise.

jaffe-tensorflow icon jaffe-tensorflow

Crude CNN using tensorflow for facial emotion recognition on the JAFFE dataset

models icon models

Models and examples built with TensorFlow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.