From 14a685edec77842f444475b7d289ba9197b057c7 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 21 Dec 2022 09:31:51 +0000 Subject: [PATCH] docs(emotions-detector): fix prompt format --- subjects/ai/emotions-detector/audit/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/subjects/ai/emotions-detector/audit/README.md b/subjects/ai/emotions-detector/audit/README.md index 0ad517e8..316ecfd2 100644 --- a/subjects/ai/emotions-detector/audit/README.md +++ b/subjects/ai/emotions-detector/audit/README.md @@ -66,12 +66,12 @@ project ###### Does the following command `python predict.py ` run without any error and returns an accuracy greater than 70%? - ```prompt +```prompt python predict.py Accuracy on test set: 72% - ``` +``` #### Face detection on the video stream @@ -89,7 +89,7 @@ project ###### Does the following command `predict_live_stream.py` run without any error and return the following? - ```prompt +```prompt python predict_live_stream.py Reading video stream ... @@ -110,8 +110,7 @@ project Preprocessing ... 11:13:29s : Happy , 63% - - ``` +``` #### Hack the CNN - guidelines: