Skip to content

Commit b2d10d4

Browse files
authored
Update README.md
1 parent 342c2d0 commit b2d10d4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ Further Anxiety and confidence score is based on the irregular movemnet of the c
55
**Two machine learning models are used** to predict eye movement and predicts keypoinst on upper body. These data will be used to calculate the Anxiety/Confidence score.
66
NOTE: We are using a mathematical aproach to get the score as we have not yet collected enough credible data to train a model to do it.
77

8-
# Members
8+
## Members
99
1. Prajwal Anagani (https://github.com/LawJarp-A)
1010
2. Bhuvan Hawargi (https://github.com/bhawargi)
1111
3. Sumukh Raju Bhatt (https://github.com/sumukhbhat2701)
1212
4. Saileshwar Karthik
1313
# Progress uptil Now
1414
Score predictor using movement is being implemented. For efficieny mobilenet model is being used
1515

16-
# TO-DO
16+
## TO-DO
1717
1. Upgrade code to be compatible with tensorflow 2.0 [DONE]
1818
2. Add eye tracking module [DONE]
1919
3. Add Voice modulation module
2020
4. Collect a good amount of datat to train on
2121
5. Improve speed and efficiency
2222

23-
# 1)POSE MODEL:
24-
# Pre-requisites
23+
# 1)Pose Model:
24+
## Pre-requisites
2525

2626
You need to have tensorflow 2.0+ installed. And the dependencies listed in the requirments.txt
2727
[Download](https://www.dropbox.com/s/gif7s1qlie2xftd/best_pose_mobilenet_model.zip?dl=1) the model and copy the weights.best.mobilenet.h5 file to the folder.
@@ -73,7 +73,7 @@ Run the score.py and enter the path of the video when prompted.
7373
Output is a list of scores based on contonuos movements such as tapping or shaking of elbows. Futher improvements are due.
7474

7575

76-
# Score prediction algorithm:
76+
## Score prediction algorithm:
7777

7878
**Pose based score estimation:**
7979

@@ -93,7 +93,7 @@ Output is a list of scores based on contonuos movements such as tapping or shaki
9393
<40 0.2- 0.4
9494

9595

96-
# 2)EYE-TRACKING Model:
96+
# 2)Eye-tracking Model:
9797

9898
The primary model of eye gaze is due to the courtesy of https://github.com/antoinelame/GazeTracking
9999

0 commit comments

Comments
 (0)