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.
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
Activate virtual environment first, then enter the command below:
python main.py