vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
540 stars 329 forks source link

Starting of project (Urgent) #45

Closed HarshitaSahai closed 3 years ago

HarshitaSahai commented 3 years ago

Can anyone guide me regarding running the project? I'm able to understand the file dependencies and relation but from where to start in running /face_detection/faces_detection.py this would work or something else?

vardanagarwal commented 3 years ago

The face_detection/faces_detection is a sort of side project I had done to find the best face detector.

You just need to run any of the functionality which you want. The face_detector.py and face_landmarks.py act as helper functions.

HarshitaSahai commented 3 years ago

How can I run the functionality? Like running .py files doesn't work I tried as they are linked can you please guide? Thank you