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