Skip to content

Face Expression Recognition Model built using Feature extraction from VGG pretrained model

License

Notifications You must be signed in to change notification settings

susmith98/Face_Expression_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face_Expression_Recognition

Face Expression Recognition Model built using Transfer Learning(Feature extraction) from VGG pretrained model

Overview of What's happening in Edetector.py script

  1. Loading a pretrained VGG model from keras.applications
  2. Creating a VGGtop Custom Model on top of VGG Model
  3. Feature Extraction of Training and Validation data by passing them through VGG model
  4. Training VGGtop Model with Extracted Features
  5. Using Both the Models Predicting facial expressions of multiple faces in frame using libraries cv2,dlib

Releases

No releases published

Packages

No packages published

Languages