Skip to content

Distracted-Drving-ML-V3

🔱 1 forks

📊 Project Details

  • Primary Language: Python
  • Languages Used: Python
  • License: None
  • Created: June 24, 2022
  • Last Updated: May 07, 2023

📝 About

Distracted Driving V3

  • This library was created to make researching distracted driving easier
  • Uses a package I made for ML projects:

Setup

  1. run python -m venv sklearn-env
  2. run sklearn-env\Scripts\activate
  3. run pip install -r requirements.txt

Development

  1. Import any files you need as shown below:
    from EasyMLLib.logger import Logger
    

Running

  1. ru