This repository contains "drAIve", the swaggest drive assistant in the street. This is a project for the AiLab course (2023-2024 a.y)
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