Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 575 Bytes

File metadata and controls

23 lines (15 loc) · 575 Bytes

Support Vector Implementation

alt text

Getting ready

First setup virtual environment, activate it install the essentials.

Install the essentials first

pip install -r requirements.txt

Running the application

streamlit run app.py

Note: Make sure you're inside the root folder where app.py is there.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.