Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 511 Bytes

File metadata and controls

14 lines (9 loc) · 511 Bytes

Digging through garbage: garbage detection models for the Dutch language.

Introduction

This repository contains the data, rule-based functions an trained models for garbage detection in the Dutch language.

To use the machine learning models:

  • Features can be added using the add_features function
  • All features need to be used for running the model
  • The scaler found in the map 'Models' need to be applied before running the model

Models trained and tested with SKlearn version 1.6.1.

License