Verified on python 3.8.10 and packages used are NumPy and cv2
Detecting lanes and predicting curves for a self driving car.
cd <path_to_workspace>
git clone https://github.com/Rishabh96M/lane-detection.git
cd <path_to_workspace>
cd lane-detection/Code
python3 histogram_equalization.py
python3 lane_detection.py
python3 predict_turn.py
res contains all images that are necessary for the project. videos contains all videos.