Skip to content

Radial Basis Function kernel Support Vector Machine (RBF-SVM) GUI

License

Notifications You must be signed in to change notification settings

jordangong/rbf-svm-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Radial Basis Function kernel Support Vector Machine (RBF-SVM) GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages