Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The main objective of this project is to identify overspeed vehicles, using Deep
To run Speed_Detection_&_License_Plate_Detection.py, follow these steps below:
1. Download IDLE python from this site: 'https://www.python.org/downloads/'
2. Install OpenCV and dlib libraries from: 'https://www.learnopencv.com/install-dlib-on-windows/'
3. Install these other libraries as well: skimage, sklearn, openpyxl, threading, time, joblib, numpy, matplotlib, datetime, & os.
3. Install these other libraries as well: skimage, sklearn, openpyxl, threading, time, joblib, numpy, matplotlib, datetime, dlib & os.
4. Through Command Prompt, run this code. (Make sure to change the directories)

Methodology:
Expand Down