Skip to content

Python and OpenCV code for training a model for classification/recognition using images

License

Notifications You must be signed in to change notification settings

anju-chhetri/Real-Time-Image-Classification

Repository files navigation

Real-Time-Image-Classification

This repository contains a simple code for classification of a person(male or female) in real time. Convolutional Neural Networks (ConvNets or CNNs) are used for image-based recognition tasks. It uses haar cascade classifier to detect the frontal face.

Dependencies

  1. OpenCV
  2. TensorFlow

DataSet

The original dataset for the program was obtained from https://www.kaggle.com/abhikjha/utk-face-cropped

About

Python and OpenCV code for training a model for classification/recognition using images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published