The goal of the project was to create a system that automatically detects that a vehicle was involved in an accident and automatically notifies an emergency center about possible dangerous situation.
ML, SVM, Python, Scikit-learn
We have created an ML model based on support vector machines. The model analyses in real-time high- frequency (100 samples per second) data from an accelerometer sensor. To train the model we have used both existing public data sources (NHTSA crash database) as well as recorded our own data set coming from simulations. We have also applied various augmentations to increase the size of the training set. The final model was then implemented on mobile platforms.