From cd69b4cd90537095759c5b842eba862110dbaa0f Mon Sep 17 00:00:00 2001 From: Karan Nagure Date: Wed, 23 Oct 2024 20:25:50 +0530 Subject: [PATCH 1/2] Fixed Typing errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 861244d8..55490eea 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ pip install -r requirements.txt # Usage: -The program will creat a window to display the scene capture by webcamera and a window representing the probabilities of detected emotions. +The program will create a window to display the scene capture by web camera and a window representing the probabilities of detected emotions. > Demo From 45aca03495b666b7956261b68c05b70d3b228380 Mon Sep 17 00:00:00 2001 From: Karan Nagure Date: Wed, 23 Oct 2024 20:31:38 +0530 Subject: [PATCH 2/2] Fixed Typing errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55490eea..4ebb58c4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The program will create a window to display the scene capture by web camera and python real_time_video.py -You can just use this with the provided pretrained model i have included in the path written in the code file, i have choosen this specificaly since it scores the best accuracy, feel free to choose any but in this case you have to run the later file train_emotion_classifier +You can just use this with the provided pretrained model I have included in the path written in the code file, I have choosen this specificaly since it scores the best accuracy, feel free to choose any but in this case you have to run the later file train_emotion_classifier > If you just want to run this demo, the following content can be skipped - Train