Skip to content

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

Notifications You must be signed in to change notification settings

Ivanettoss/drAIve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages