Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.03 KB

drAIve

This repository contains "drAIve", the swaggest drive assistant in the street. This is a project for the AiLab course (2023-2024 a.y)

SetUp

We will use a virtual environment

python -m venv env

active the virtual environment

  • macOS
    source env/bin/activate
    
  • Windows
    myenv\Scripts\activate
    

Install ultralytics to use YOLO

pip install ultralytics

Install sklearn to use Kmeans

pip install scikit-learn

Datasets