Face Emotion Recognition Using Machine Learning | Python

preview_player
Показать описание
Face Emotion Recognition Using Machine Learning | Python
===============================================
Project Code : -

Face Emotion Recognition Model(62% accuracy) : -

Data Images which I used in this Video to train Model :-

Wanna Deploy this Model? Then watch this:

===============================================
Like Share Comment
And Subscribe
Рекомендации по теме
Комментарии
Автор

Sir the model which says epochs 1/ 100 it doesn't show in my jupyter notebook what to do sir no error in the code 28:54

shejalpal
Автор

json_file = open("facialemotionmodel.json", "r")
model_json = json_file.read()
json_file.close()
model = model_from_json(model_json)


it shows TypeError: Could not locate class 'Sequential'. and so many error... What should I do

seyedrabiu
Автор

Thanks a lot, it is very helpful. please make more videos on deep learning and machine learning. All the best

mohammadabduloadud
Автор

Whenever I type “Jupyter notebook “ and enter it, it opens the notebook.py file in vs code and not in the browser, so I have to run the complete code at once. After saving the model using “model.save”, it doesn’t show the name of the file emotion detector in vs code

Aman-pbsh
Автор

what method did you use for facial recognition? I mean what was the approach?

ritujsrivastava
Автор

Did you establish the relationship between the photographs here?

sig-yog
Автор

Thanks buddy it really work thank you so much

shivamanand
Автор

What specs your laptop has? Mine has Ryzen 7 5700U, 16 GB ram and AMD integrated graphics, will this work in my laptop?

NikhilSharma-wk
Автор

Thank you for the tutorial! I was wondering if there was a way to make the algorithm output the detected realtime emotion as a certain data so that it could be used in other programs realtime? For example, if i make a happy face on camera, it gives out a signal to OSCs or JSON etc? I'm trying to create visuals on other softwares so that everytime i make a certain face, it changes the visuals.

SQKmedia
Автор

in my vs code the camera is not open i'm run the all code no error but still camera is not opening

anamsayyed
Автор

27:05 "Arguments `target` and `output` must have the same rank (ndim). Received: target.shape=(None, 7, 7, 7), output.shape=(None, 7)". Please help

sinanahmed
Автор

How can we detect face shape? i want to classify face shape but i am very new to ML, can you please guide me??

ahmadxrizvi
Автор

hi sir how to run the program i don't understand the last step, how to open camera, which file were run you, pls replay me

DibinLovesTreesa
Автор

model = model_from_json(model_json), I am getting error with this line.Can u tell me how to get rid of it

deepthikothamasu
Автор

how to fix if only angry detected in train and test directory

DanielSantos-pgtc
Автор

my notebook says error displaying widget

Blingblob.blucket
Автор

op bhaii thanks a ton could you please make another detailed vedio on installing tensorflow with gpu to run the model

vishwaschandra
Автор

Brother no module named ‘cv2’ deka rha h or sab kuch shi chl gya 37:15 bhai pls help me pls bro

vihangupta
Автор

Sir, can you send me the link of journal related to this video

DibinLovesTreesa
Автор

How can I solve it
ImportError: Could not import PIL.Image. The use of `load_img` requires PIL.

AdnanAbsar