Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 672 Bytes

readme.md

File metadata and controls

40 lines (26 loc) · 672 Bytes

RBF-SVM GUI

This RBF-SVM is for image classification.

GUI is powered by PyQt5

This project was developed and tested on python 3.6 and 3.7. There is no guarantee that it works on previous version.

Install

You can create a virtual environment by command below:

python3 -m venv <venv-name-here>

To activate virtual environment for Unix-like system:

source <venv-name-here>/bin/activate

For Windows:

.\<venv-name-here>\Scripts\Activate.ps1

Install required packages:

pip install -r requirements

Run

Activate virtual environment first, then enter the command below:

python main.py