-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
30 lines (18 loc) · 847 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################
###############################################################################
DRIVER DROWSINESS DETECTION SYSTEM
###############################################################################
###############################################################################
* It is advised to create a virtual environment before installing any requirements.
* Installing Requirements
-------------------------
pip install -r rquiremnets.txt
* Running
---------
python src\main.py
* Running (only video processing)
---------------------------------
python src\video_processing.py
* Running (only video processing with multi-threading)
------------------------------------------------------
python src\multithreaded_video_processing.py