This is the Software Engineering assignment for the 2022 Information and Computational Science class at CSUFT. The goal is to implement real-time lane prediction and departure warning.
-
Install Python
Ensure Python is installed on your system. -
Install required packages
Run the following command to install the packages listed inrequirements.txt
:python3.9 -m pip install -r requirements.txt
-
Run the application Execute the app.py file to start the application: python app.py