No video

Emotion Detection using CNN | Emotion Detection Deep Learning project |Machine Learning | Data Magic

  Рет қаралды 136,527

Data Magic (by Sunny Kusawa)

Data Magic (by Sunny Kusawa)

Күн бұрын

Пікірлер: 214
@somewhereovertherainbow9550
@somewhereovertherainbow9550 23 күн бұрын
Thanks! One of the best videos to understand how CNN actually works!
@DataMagicAI
@DataMagicAI 9 күн бұрын
Thank you!
@ghanshyamverma7241
@ghanshyamverma7241 Жыл бұрын
It is super-worth to watch every second of the video, Thank You Sir🤗
@DataMagicAI
@DataMagicAI Жыл бұрын
Your welcome!
@shodhanrao1470
@shodhanrao1470 6 ай бұрын
@@DataMagicAI which source is used for compilation of code
@techmech-m3l
@techmech-m3l Ай бұрын
iT FUKINNN WORKS!!!
@Syktox
@Syktox 6 ай бұрын
Perfect Video! Thanks for showing me, how to create such a nice Emotion-Detecion. :D
@DataMagicAI
@DataMagicAI 6 ай бұрын
You're very welcome! Code in the description box!
@blackhouse9197
@blackhouse9197 5 ай бұрын
thank you so much, I have one question, how to solve the problem of data imbalance ? because there is one class countian around 500 images and other classes more than 5000 images.
@DataMagicAI
@DataMagicAI 5 ай бұрын
By over sampling.
@Breeze07
@Breeze07 6 ай бұрын
Thank you so much sir. this video is too good. I just wanted to know that how can we use it on photos?
@DataMagicAI
@DataMagicAI 6 ай бұрын
You are most welcome! Thats more simple. Just read image and apply the emotion detection. In video we are doing the same. Video is nothing but set of multiple images/frames. In you context you just have to apply on single image/frame.
@Breeze07
@Breeze07 6 ай бұрын
Really thank you so much for your reply… but how can I do that? Because when I tried to do that, it was giving me error.
@czr372
@czr372 6 ай бұрын
amazing! learnt a lot!
@DataMagicAI
@DataMagicAI 6 ай бұрын
Glad it was helpful!
@hrushikeshsawant9997
@hrushikeshsawant9997 Жыл бұрын
Thank you sir
@DataMagicAI
@DataMagicAI Жыл бұрын
Welcome
@ven3535
@ven3535 Жыл бұрын
hey there it is indeed a wonderful project and the accuracy you have obtained is great btw my question is that instead of loading the videos how can we use camera for real time detection? Thanks again for explaining the project
@DataMagicAI
@DataMagicAI Жыл бұрын
When you are creating video capture with openCV pass 0 as argument to access your laptops default camera. If you want to access any othe IP based camera then pass full address of that camera. Same program will work fine. It may you get some lag in real time. For that you may need to process least frames per second to avoid it.
@ven3535
@ven3535 Жыл бұрын
@@DataMagicAI I see thank you very much for a quick response
@ven3535
@ven3535 Жыл бұрын
@@DataMagicAI An other query is, Basically I know nothing about this and can you please suggest to me what I should read like what are the prerequisites for this project?
@user-fr7fp7ch1g
@user-fr7fp7ch1g 8 ай бұрын
what values did you get in accuracy and val_accuracy?
@sid1784
@sid1784 7 ай бұрын
PLEASE HELP WITH THIS ERROR - AttributeError: 'str' object has no attribute 'decode'
@zerihunmelkamu2875
@zerihunmelkamu2875 Жыл бұрын
thanks alot
@DataMagicAI
@DataMagicAI Жыл бұрын
Most welcome
@tonghello9889
@tonghello9889 2 жыл бұрын
That's good, thank you!
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Glad you like it!
@user-ot4wb2oo1v
@user-ot4wb2oo1v 7 ай бұрын
unable to get your github link, if anyone get plz provide or pinned proper link of entire code.
@kennethcosep1378
@kennethcosep1378 Жыл бұрын
This a great video! I have a question though: How can I get the probability of each emotion prediction? Like how sure is the model that the face is happy or sad.
@juanestebanochoaecheverri8591
@juanestebanochoaecheverri8591 10 ай бұрын
With Relu function?
@ayamaitham8430
@ayamaitham8430 2 жыл бұрын
i wish that one day i would be able to build something like this
@DataMagicAI
@DataMagicAI 2 жыл бұрын
You can build it. Its not rocket science. You can join our ML course and learn skills required to build these kind of system.
@ojocodes
@ojocodes 2 ай бұрын
Hello Sir, I am building my own facial emotion detection model on google colaboratory but it is taking a very long time (1 epoch took an hour) and after about 3 epochs my runtime stops on its own (because it takes around 3-4 hours). Is there a way I can continue execution from the point where the execution stopped becuase I have been trying for 3 days but the model is not getting trained. Otherwise, what do you suggest I do?
@agnidhrade7987
@agnidhrade7987 2 ай бұрын
use google tpu instead of your computer cpu
@mathswallahsurajmahto3638
@mathswallahsurajmahto3638 10 ай бұрын
great project would you please tell me waht is percentage of traning and testing of dataset also we want to detect percentage of depression how can we do that
@DataMagicAI
@DataMagicAI 10 ай бұрын
80-20
@tuananhvu5398
@tuananhvu5398 2 жыл бұрын
That's great, I don't know where I can get more emotional videos like in the code so there is only one video in your code so I want to find more to try
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Check on pexel.com
@tuananhvu5398
@tuananhvu5398 2 жыл бұрын
@@DataMagicAI What do I have to record to get a video like that?
@rahulgoel968
@rahulgoel968 2 жыл бұрын
@@DataMagicAI sir isme hum apna front camera ke sath emotion kaise detect ker sakte hai te btaa dijiye
@rayyanamir8560
@rayyanamir8560 2 жыл бұрын
As a data scientist, should the person by heart the entire open cv code or just copy paste??
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Data science it very broder field...open cv is just one small area of Computer Vision problems. Copy paste is not enough ,I f you want to be data scientist. Data science is all about getting deep dive into data.
@mehaktanveer9449
@mehaktanveer9449 2 жыл бұрын
Kindly make video with CK+ dataset
@shashankijeri7047
@shashankijeri7047 Жыл бұрын
Can we perform project in Jupiter notebook to perform in Jupiter notebook we need to upload dataset in Jupiter notebook so huge database how can be uploaded in Jupiter notebook can you suggest techniques to upload.
@DataMagicAI
@DataMagicAI Жыл бұрын
You have to keep dataset on your system. Just provide path of data while loading in Jupyter notebook.
@shamasayed9856
@shamasayed9856 8 ай бұрын
Sir, can you please help me with how to build my own image dataset. Geotagging, labeling and many concepts has to be looked after. As i am beginner is confused, please help me.
@shraddhapatil798
@shraddhapatil798 Жыл бұрын
thank you so much
@DataMagicAI
@DataMagicAI Жыл бұрын
Your welcome!
@srisangeeth4131
@srisangeeth4131 Ай бұрын
can anyone can list what are the tools used and for what purpose it is used?
@niyamaliyakkal
@niyamaliyakkal 21 күн бұрын
@@srisangeeth4131 did this code work for you?
@elang1110
@elang1110 10 ай бұрын
hi sir, your code work perfectly but there is some issue if i try to run in .ipynb (i copying your code into ipynb file) error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. how do i fix them ? *find on stack overflow that we should delete the opencv-headless file but i don't know where the file is *i use mini conda (conda install opencv)
@vaishalivaishu154
@vaishalivaishu154 6 ай бұрын
From where you found the code
@BeautyoftheWorld-rt9nw
@BeautyoftheWorld-rt9nw 5 ай бұрын
can we use this model for speech emotion recognition?
@BeautyoftheWorld-rt9nw
@BeautyoftheWorld-rt9nw 5 ай бұрын
Do you have any videos related to deepfakes and synthetic data
@rahul0000
@rahul0000 7 ай бұрын
if we train the model using gray scale image can we predict rgb images also?
@DataMagicAI
@DataMagicAI 7 ай бұрын
Yes, you need to preprocess your image to gray scale before feeding it to model.
@gemuelcornillez4394
@gemuelcornillez4394 9 ай бұрын
Sir can you help me with this error I get when I prompt to train the system, OSError: [WinError 126] The specified module could not be found
@nakonako960
@nakonako960 Жыл бұрын
How to train the model. I have i5, 8gb ram. How much time will it take on muy system??
@DataMagicAI
@DataMagicAI Жыл бұрын
Code is provided in the description box. Can’t tell exactly but It will take at least 3-4 hours on i5.
@jhasaketanprusty8422
@jhasaketanprusty8422 Жыл бұрын
from keras.models import Sequential ModuleNotFoundError: No module named 'keras' how to resolve this problem sir ?
@DataMagicAI
@DataMagicAI Жыл бұрын
Keras is not installed. Install it
@finottech
@finottech 8 ай бұрын
when i install keras their is a problem, what is that????????????
@luongpham1972
@luongpham1972 4 ай бұрын
Can you give me the .json and .h5 files? Or can I have the sourcecode please? Thank you
@andreig7651
@andreig7651 8 ай бұрын
Hello! Are you using some signal processing or Gabor Filters?
@DataMagicAI
@DataMagicAI 8 ай бұрын
Nope!
@andreig7651
@andreig7651 8 ай бұрын
@@DataMagicAI do you have any code using a Gabor Filter? I need it for a school project, and I can't find any resoursces...
@prajnab6693
@prajnab6693 2 ай бұрын
Code link is not accessible
@user-hm9bh7wv9h
@user-hm9bh7wv9h 7 ай бұрын
can we predict depression using this project also recognize face and send motivational message to user
@flynneugene2675
@flynneugene2675 3 ай бұрын
you cant predict depression just by AI. Yet.
@centrxl_perk9648
@centrxl_perk9648 9 ай бұрын
Hello are we supposed to train the data even tho the downloaded code already has h5 and json file?
@DataMagicAI
@DataMagicAI 9 ай бұрын
You can use directly pertained model too. If you want you can retrain amd create your own model too. It will take 8 hours on CPU and couple of hours on GPU to train it.
@sonuvasan3460
@sonuvasan3460 Ай бұрын
sir there no code in that link pls send code link
@steve-gt5px
@steve-gt5px 9 ай бұрын
sir can i ask you how to use this model on mobile apps and i can use camera on mobile to detect emotion
@DataMagicAI
@DataMagicAI 9 ай бұрын
You might need to developer some light version of this model to work on edge devices
@mohammedabdulkareem6147
@mohammedabdulkareem6147 Жыл бұрын
Hi when i run the project i faced this error (No module named 'tensorflow.compat')??!
@DataMagicAI
@DataMagicAI Жыл бұрын
Seems library conflict issues. Search on internet. I can’t help without knowing the environment details.
@chinthaabhinov4671
@chinthaabhinov4671 8 ай бұрын
i am getting the same error ,how to resolve it
@vivekchakane3481
@vivekchakane3481 2 жыл бұрын
Im not able to understand tr train step after we download all the libraries the what we have to do to get that 2 files .json and the another one
@DataMagicAI
@DataMagicAI 2 жыл бұрын
You need to train model then save the trained model structure in Json file and mode weights in h5 file. So you can use this trained model later.
@darksidebidi
@darksidebidi 2 жыл бұрын
On the second Conv2D why is it a 64 layer size?
@neerajinmas7020
@neerajinmas7020 Жыл бұрын
tensorflow:Your input ran out of data; interrupting training. Make sure that your dataset or generator can generate at least `steps_per_epoch * epochs` batches (in this case, 14336 batches). You may need to use the repeat() function when building your dataset. Why am I getting this error ??
@mukhlishassan3144
@mukhlishassan3144 Жыл бұрын
you probably don't have enough pictures in your dataset to complete the training
@Tan-st5sp
@Tan-st5sp Жыл бұрын
Can you tell me what he wrote at the end of line 43 ..... plzzzzzz.... after cv2.LINE_A
@MohdRihan-ep8sy
@MohdRihan-ep8sy 3 ай бұрын
And where is the data folder in the zip file.
@swapnilmanerkar0818
@swapnilmanerkar0818 Жыл бұрын
how can i use this trained dataset in for a mobile app?
@Tan-st5sp
@Tan-st5sp Жыл бұрын
SAME QUESTION ... Did you find a way ?????? if yeah, then plzzz tell me
@DataMagicAI
@DataMagicAI Жыл бұрын
you can deploy this model as service . and access this service in your mobile app.
@Tan-st5sp
@Tan-st5sp Жыл бұрын
@@DataMagicAI ok thanks alot ✨👍
@cyn71
@cyn71 9 ай бұрын
Hey can you share sample video you used for testing
@DataMagicAI
@DataMagicAI 9 ай бұрын
Sorry, I dont have it now. You can search on pexel.com
@KatamgariMalavika
@KatamgariMalavika 28 күн бұрын
TypeError: Could not locate class 'Sequential'. Make sure custom classes are decorated with `@keras.saving.register_keras_serializable()`. PLEASE HELP ME HOW TO RESOLVE THIS.
@LawMedicineTheology
@LawMedicineTheology Жыл бұрын
Please Commercialize this tool, I want this solution, how to buy it
@DataMagicAI
@DataMagicAI Жыл бұрын
You can contact us on datamagic2020@gmail.com
@LawMedicineTheology
@LawMedicineTheology Жыл бұрын
@@DataMagicAI Hi, output emotion detection window is playing video with slow speed and no sound, could you please tell me how i can detect emotion with normal speed of playing video and with sound !
@AminaAman-nm8pw
@AminaAman-nm8pw Жыл бұрын
Is it possible to fuse with audio recognition model and get final multimodal emotion recognition?
@DataMagicAI
@DataMagicAI Жыл бұрын
Yes
@akshayachunduru1930
@akshayachunduru1930 8 ай бұрын
What is the accuracy of this model
@vaishanvishinde5209
@vaishanvishinde5209 2 жыл бұрын
Sir all the folders and director are placed under the emotion detection folder..??
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Download dataset from kaggle and place under data folder inside of your project repository. All files are using relative paths from your project directory only. Go through ReadMe file from GitHub repository for more information.
@user-wp9wq7vm1z
@user-wp9wq7vm1z 7 ай бұрын
How can I run it on my computer? It has been more than 10 days that I have been trying and it has caused me a psychological condition. Note that I downloaded the file from kaggle and called it in Python. Please can someone make a video? It is my graduation research.😢
@canwelaugh4689
@canwelaugh4689 7 ай бұрын
bro i need that link from where u downloaded
@hamzaghraoui1622
@hamzaghraoui1622 Жыл бұрын
hi sir is the preprocessing on the images i mean the operation is enough ????
@DataMagicAI
@DataMagicAI Жыл бұрын
There is always more scope to do preprocessing in different ways. You can try with some other preprocessing and see if you are able to achieve better results.
@jojosage1322
@jojosage1322 Жыл бұрын
hey, exactly what type of features are being extracted
@DataMagicAI
@DataMagicAI Жыл бұрын
At a high level it tries to find the different lines curves and dots in the image. Neural Network looks at image in term of the each pixel value and what it’s intensity.
@srinathakalai2405
@srinathakalai2405 Жыл бұрын
Sir how can I run the camera to detect the live photo and how to run the image to get output
@DataMagicAI
@DataMagicAI Жыл бұрын
In opencv video capture provide the camera full address. If you are using default laptop camera then just pass 0. If you want to apply on image then use opencv imread to load image n then pass it for processing. Check out computer vision with opencv playlist on our channel where we have videos on how to read image/ video or live cameras.
@Tan-st5sp
@Tan-st5sp Жыл бұрын
​@@DataMagicAI @Data Magic (by Sunny Kusawa) sir I'm a beginner.... Can u plzzzz tell me how you add Data folder (train and test) ???
@YomTech44
@YomTech44 Жыл бұрын
Hello sir I have got a problem when I run train....py file said: 2529 if scipy is None: 2530 raise ImportError( 2531 "Image transformations require SciPy. " "Install SciPy." 2532 ) 2534 # Input sanity checks: 2535 # 1. x must 2D image with one or more channels (i.e., a 3D tensor) 2536 # 2. channels must be either first or last dimension
@YomTech44
@YomTech44 Жыл бұрын
-> 2529 if scipy is None: 2530 raise ImportError( 2531 "Image transformations require SciPy. " "Install SciPy." 2532 ) 2534 # Input sanity checks: 2535 # 1. x must 2D image with one or more channels (i.e., a 3D tensor) 2536 # 2. channels must be either first or last dimension NameError: name 'scipy' is not defined
@DataMagicAI
@DataMagicAI Жыл бұрын
Is seems younhave not installed all packages correctly. This error show scipynpackage is not installed please install it.
@ihsanadil846
@ihsanadil846 Жыл бұрын
how to get deep and machine learning code for emotion detection, would u help me
@DataMagicAI
@DataMagicAI Жыл бұрын
Go to description box. Code link is provided
@shyamsundard5824
@shyamsundard5824 Жыл бұрын
Sir another kind help. I have copied and pasted . h5 file but I am not able to view it. What shall I do sir
@DataMagicAI
@DataMagicAI Жыл бұрын
What do you want to view?
@lessonsIlearned06
@lessonsIlearned06 Жыл бұрын
@@DataMagicAI sir, a kind help for me too. I cannot copy or carry or import this emotin_model.h5 file to pycharm. how can I handle it.
@shyamsundard5824
@shyamsundard5824 Жыл бұрын
Bro I have downloaded the kaggle database. How to add it in my pycharm ide. Please help me bro
@DataMagicAI
@DataMagicAI Жыл бұрын
You just add the full path of your data folder in the code which you written in Pycharm. No special process to add data in Pycharm.
@REHANARAUNAK786
@REHANARAUNAK786 Ай бұрын
How to apply code on ck+ dataset??
@takwakhadhraoui5663
@takwakhadhraoui5663 Ай бұрын
hello where did you found the code plz ? i didint found it on the link in description
@shyamsundard5824
@shyamsundard5824 Жыл бұрын
Sir I beg up please help me When I downloaded and paseted the haarcascade frontal_face. xml file in Haarcascade directory, it is showing file size greater than 2.56MB. What shall i do sir. I really need your help. Do I need to the create the xml file and write code snippets or do I need to download and paste it
@shyamsundard5824
@shyamsundard5824 Жыл бұрын
Please help me sir. I am in a very critical situation
@DataMagicAI
@DataMagicAI Жыл бұрын
You need to download harcascade xml file
@pasito287
@pasito287 2 жыл бұрын
how did make file under file like in data in pycharm please reply
@DataMagicAI
@DataMagicAI 2 жыл бұрын
You mean folder under folder?
@rkag5811
@rkag5811 3 жыл бұрын
Kindly post how to annotate the images. Tell about tools
@DataMagicAI
@DataMagicAI 3 жыл бұрын
I have shown it in this episode. Please check the same.
@daryllesteroza9542
@daryllesteroza9542 9 ай бұрын
Hello!! Do I need to download all the requirements??
@DataMagicAI
@DataMagicAI 9 ай бұрын
Yes
@ulucaylube
@ulucaylube Жыл бұрын
What percentage of the dataset is used for training and testing?
@DataMagicAI
@DataMagicAI Жыл бұрын
80
@z3us522
@z3us522 Жыл бұрын
Accuracy is so low like 17% how to fix this?
@drm8164
@drm8164 Жыл бұрын
Amazing work. Please how can i get the scripts ?
@DataMagicAI
@DataMagicAI Жыл бұрын
Do you mean code?
@drm8164
@drm8164 Жыл бұрын
@@DataMagicAI Yes Boss, possible to have it please?
@drm8164
@drm8164 Жыл бұрын
@@DataMagicAI Boss, please tel me, i have a macbook pro 2.2Ghz processor, 8Go memory, is it risky for my machine to train the model, i m afraid to crush the processor because of high level of hit. Thank you in advance Boss
@amanagarwal2363
@amanagarwal2363 Жыл бұрын
My evaluate file is not working ....
@DataMagicAI
@DataMagicAI Жыл бұрын
What error you are getting?
@stockeley7409
@stockeley7409 2 жыл бұрын
The cv2.resize() don’t work to me
@DataMagicAI
@DataMagicAI 2 жыл бұрын
What's the error. Make sure you are reading the image/video properly and not having empty feed.
@mehaktanveer9449
@mehaktanveer9449 2 жыл бұрын
I need this expression changing video to check my model
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Plz check on pexel.com
@sayamdeepamishra6806
@sayamdeepamishra6806 Жыл бұрын
Do I need a GPU for this code? Because I am getting CUDA GPU errors
@DataMagicAI
@DataMagicAI Жыл бұрын
Its warning ignore...you can run it without GPU
@sayamdeepamishra6806
@sayamdeepamishra6806 Жыл бұрын
@@DataMagicAI AttributeError: module 'tensorflow.keras.preprocessing' has no attribute 'image_dataset_from_directory' But I constantly get this error, I tried to run this code on VS code, pycharms, everywhere
@indupriyagutti1966
@indupriyagutti1966 3 жыл бұрын
What is the accuracy did you get?
@DataMagicAI
@DataMagicAI 3 жыл бұрын
92%
@hemareddymuppidi4697
@hemareddymuppidi4697 2 жыл бұрын
@@DataMagicAI sir may I know which dataset is better for emotion recognition whether it is ck+ dataset or fer 2013 dataset
@leatherpigeon2306
@leatherpigeon2306 2 жыл бұрын
@Ratnadeep Mazumder how to fix it
@ramyacs9883
@ramyacs9883 2 жыл бұрын
Wt are the requirements for system to install pycharm?
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Please check on below link all the requirements. www.jetbrains.com/help/pycharm/installation-guide.html#requirements
@ishaanchandak4774
@ishaanchandak4774 Жыл бұрын
flow form directory showing error
@DataMagicAI
@DataMagicAI Жыл бұрын
Send the error
@vaishalivaishu154
@vaishalivaishu154 6 ай бұрын
Sir I can't able to find the code please help did any one found the code
@DataMagicAI
@DataMagicAI 6 ай бұрын
Its in description box.
@ZXACE129
@ZXACE129 4 ай бұрын
@@DataMagicAI Sir, the link cannot be reached
@ayeshakhalid5708
@ayeshakhalid5708 Жыл бұрын
Sir which libraries are import for this code?
@DataMagicAI
@DataMagicAI Жыл бұрын
Plz check in the code all libraries.
@vaishanvishinde5209
@vaishanvishinde5209 2 жыл бұрын
Can you tell me directory of the folder
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Download dataset from kaggle and place under data folder inside of your project repository. All files are using relative paths from your project directory only. Go through ReadMe file from GitHub repository for more information.
@somyasubhashreemohanty1213
@somyasubhashreemohanty1213 Жыл бұрын
Flow chart of this system?
@DataMagicAI
@DataMagicAI Жыл бұрын
Not readily available. You can drop an email at datamagic2020@gmail.com
@WhisperingBooksanimation
@WhisperingBooksanimation Жыл бұрын
I have copied the code but I'm getting errors
@DataMagicAI
@DataMagicAI Жыл бұрын
Follow the steps properly, others are able to run it.
@nap176
@nap176 Жыл бұрын
Can u do me favour Pls provide me the model , just put the model on a drive plszzzz and provide me the link ,pls i need it ,,,pls provide it within this week
@DataMagicAI
@DataMagicAI Жыл бұрын
Download it from here: github.com/datamagic2020/Emotion_detection_with_CNN/tree/main/model
@562prabhassatti2
@562prabhassatti2 2 жыл бұрын
How to train a data set CNN
@DataMagicAI
@DataMagicAI 2 жыл бұрын
If you need full support. Drop email at datamagic2020@gmail.com
@civarry
@civarry Жыл бұрын
it only shows 17% on evaulateemotiodetector
@hamzalaabidi9448
@hamzalaabidi9448 7 ай бұрын
Same did you know why?
@sorokhaibammilansingh4892
@sorokhaibammilansingh4892 3 жыл бұрын
Sir how to check accuracy?
@DataMagicAI
@DataMagicAI 2 жыл бұрын
share on GitHub, please check.
@chintanambavi6943
@chintanambavi6943 2 жыл бұрын
Can I make it for image only ?
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Yes
@chintanambavi6943
@chintanambavi6943 2 жыл бұрын
@@DataMagicAI i have having problem downloading tenserflow and grpcio will this be because of paython 3.9 ??
@562prabhassatti2
@562prabhassatti2 2 жыл бұрын
Mine showing error adam is not defined
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Make sure you have addded the import statement for Adam. from keras.optimizers import Adam
@562prabhassatti2
@562prabhassatti2 2 жыл бұрын
@@DataMagicAI tq,s for replying but how to train our data model...like u said 4 hours......like how to do that just by simply running that train code
@hemanthm3636
@hemanthm3636 3 жыл бұрын
How to add downloaded datasets to pycharm
@DataMagicAI
@DataMagicAI 3 жыл бұрын
If you keep dataset inside of your PyCharm project directory then you will be able to see dataset in PyCharm. There is nothing like adding dataset to PyCharm. You can put your dataset in any directory and pass that directory to your python code in PyCharm to load and train dataset.
@muhammadimtiaz7094
@muhammadimtiaz7094 3 жыл бұрын
@@DataMagicAI Sir Kindly Upload a Practical video, how to do this. I tried but couldn't find any results. Thanks!
@LuongTran-su5zw
@LuongTran-su5zw 10 ай бұрын
i need source website contain video demo
@DataMagicAI
@DataMagicAI 10 ай бұрын
Pexel
@LuongTran-su5zw
@LuongTran-su5zw 10 ай бұрын
@@DataMagicAI thank you so much
@Uday-yf4ue
@Uday-yf4ue 6 ай бұрын
Is it possible to deploy this
@DataMagicAI
@DataMagicAI 6 ай бұрын
Yes!
@Uday-yf4ue
@Uday-yf4ue 6 ай бұрын
@@DataMagicAI I am trying to deploy this but I get errors
@ajitaagrawal8031
@ajitaagrawal8031 2 жыл бұрын
It is running an infinite loop
@Ligress
@Ligress Жыл бұрын
Press q
@sanjaysd3651
@sanjaysd3651 2 жыл бұрын
Can u give the flow chart for this sir
@DataMagicAI
@DataMagicAI 2 жыл бұрын
I don't have it ready...
@sanjaysd3651
@sanjaysd3651 2 жыл бұрын
@@DataMagicAI how to get the graphical represent can u please tell me sir.
@DataMagicAI
@DataMagicAI 2 жыл бұрын
make use of matplotlib library in python to plot the accuracy and loss graphs
@kabberkartuj8924
@kabberkartuj8924 Жыл бұрын
where is github link?
@DataMagicAI
@DataMagicAI Жыл бұрын
Code link in description box
@Deep_photographer
@Deep_photographer Жыл бұрын
can you please share the github link
@DataMagicAI
@DataMagicAI Жыл бұрын
Code link in the description box
@Deep_photographer
@Deep_photographer Жыл бұрын
@@DataMagicAI sample video not available in code
@zidijutt5074
@zidijutt5074 11 ай бұрын
where is code
@DataMagicAI
@DataMagicAI 11 ай бұрын
Check description box
@akhildevarapalli8102
@akhildevarapalli8102 2 жыл бұрын
hi bro please tell me the uses of this emotion detection
@DataMagicAI
@DataMagicAI 2 жыл бұрын
- diagnosis dipression - check employee stress level - student reactions on classes - live gaming.experience - automobile safety features - patient monitoring system These are few but there could be lot of areas where we can utilise emotion detection to solve the real life problems...
@ajitaagrawal8031
@ajitaagrawal8031 2 жыл бұрын
Program is being compiled but the output is running infinite times and the kernel is being crashed showing error !ssize.empty()
@DataMagicAI
@DataMagicAI 2 жыл бұрын
It takes lots of time to run. What's your processor?
@vanshikarathi2356
@vanshikarathi2356 Жыл бұрын
ValueError: decay is deprecated in the new Keras optimizer, pleasecheck the docstring for valid arguments, or use the legacy optimizer, e.g., tf.keras.optimizers.legacy.Adam. can someone help me with the error?
@vibhordewangan6304
@vibhordewangan6304 Жыл бұрын
same error i am also facing please tell me the solution
@gaganabshetty
@gaganabshetty 2 жыл бұрын
Thank you sir
@DataMagicAI
@DataMagicAI 2 жыл бұрын
Welcome
@mehaktanveer9449
@mehaktanveer9449 2 жыл бұрын
Sir how to check accuracy ?
@DataMagicAI
@DataMagicAI 2 жыл бұрын
share on GitHub, please check.
Realtime Face Emotion Recognition | Python | OpenCV | Step by Step Tutorial for beginners
32:24
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 54 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 49 МЛН
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 785 М.
Open Source Face Analysis with Python
15:07
Rob Mulla
Рет қаралды 50 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 282 М.
Text Emotion Detection using NLP | Python | Streamlit Web Application
43:20
BVCOEW- Imparting Knowledge
Рет қаралды 9 М.
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 54 МЛН