This repository is dedicated to the exploration and implementation of line detection algorithms using computer vision.
Before diving into the algorithms, make sure you have the required tools and libraries installed.
- Setup your development environment.
- Take a look in the notebooks in the src folder to see examples of the algorithms in action.
- Run the testing streamlit application from the root folder.
- Install the additional required libraries:
pip install -r src/app/requirements.txt - Navigate the the src folder and run the following command:
streamlit run app/main.py
- Install the additional required libraries:
- Great Video on Line Detection
- Road Image Link: https://github.com/rslim087a/road-image (for Computer Vision tutorial 1)
- Road Video Link: https://github.com/rslim087a/road-video (for last Computer Vision tutorial)