Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
narender-rk10 authored Dec 15, 2021
1 parent 9f38cac commit 2bd464f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ https://pjreddie.com/media/files/yolov3.weights

# DOWNLOAD LINK OF shape_predictor_68_face_landmarks.dat MODEL:
https://github.com/italojs/facial-landmarks-recognition/blob/master/shape_predictor_68_face_landmarks.dat?raw=true

# Install this package:
```
pip install proctoring
```

# Code Sample Working
```python
from proctoring.proctoring import get_analysis, yolov3_model_v3_path
Expand All @@ -28,4 +34,4 @@ print(proctorData)

```
{'mob_status': 'Not Mobile Phone detected', 'person_status': 'Normal', 'user_move1': 'Head up', 'user_move2': 'Head right', 'eye_movements': 'Blinking'}
```
```

0 comments on commit 2bd464f

Please sign in to comment.