Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 552 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 552 Bytes

Introduction

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.

Usage

  1. Install Python
    Ensure Python is installed on your system.

  2. Install required packages
    Run the following command to install the packages listed in requirements.txt:

    python3.9 -m pip install -r requirements.txt
    
  3. Run the application Execute the app.py file to start the application: python app.py