Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

danielljeon/cv_relevance_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cv_relevance_learning

black_formatter

Online-learning relevance classifier built on pre-trained computer vision for machine learning university course.


Table of Contents

1 Overview

1.1 Block Diagram

Drawio file here: cv_relevance_learning.drawio.


2 Setup

  • Assumes python environment is already setup (Python 3.10 or newer).

2.1 Install Python (pip) Packages

  • Install packages your preferred way. If using pip, use the generic command below:
pip install -r requirements.txt

2.2 Download YOLO ONNX

Download the YOLOv5 ONNX file in the root directory:

wget https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5n.onnx

2.3 Running the Code

The main code can be run right off of main.py:

python main.py

3 Dev Notes

About

Online-learning relevance classifier built on pre-trained computer vision for machine learning university course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages