vardanagarwal / Proctoring-AI

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

Python and dependecies version #75

Closed ppseverin closed 4 months ago

ppseverin commented 5 months ago

Hi I was looking at the project dependencies and I wanted to know what was the python version used and if it is possible to do an upgrade on this repository or if there is any kind of restriction due to compatibility versions between packages.

I tried to run the scripts, but I found some "missing" dependencies, like ModuleNotFoundError: No module named 'sklearn.ensemble.forest', for example.

Also, can or should this project run on windows? Or is intended to run on Linux.

vardanagarwal commented 4 months ago

I ran it on linux with python3.8, so can't comment whether windows will have issues. As for as the exact dependencies, you can refer to requirements.txt file.