Coders Packet

Packets submitted by Kushagra Kinjawdekar

Space signal wave classification using Tensorflow-Keras

The project uses Tensorflow Keras convolutional neural network, to train model to classify wave signals, with a callback to prevent overfitting.

Face detection using Open-CV -Python

This is a very simple face recognition that open CV has developed. Using a pre-trained cascade file we can easily detect faces within the images. Can be easily done with Pycharm Python.

Facial Expression Recognition using Keras in Python

Using webcam as a live source, detecting your face expression, having trained on the kaggle facial expression dataset using Tensorflow, Keras, convolution neural networks in Python.