Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 416 Bytes

raceSVM

Real time features extraction from Excel files, text raw data and prediction using an SVM pre built model. Data describes fast races read every 1/5 of a seconds.

Data loading and prediction are done in parallel using two separate threads.

ui.py contains the GUI definition and properties as well as live update and train functions.

NN_pred.py contains the parsing, learning and prediction functions