Metadata-Version: 2.1
Name: maneuverRecognition
Version: 0.0.2
Summary: ManeuverRecognition is a python package providing functions for the preprocessing of time series data for classification, the creation of predictive LSTM based models and the evaluation of multi class predictions. 
Author-email: Jonathan Schuster <schuster.jonathan95@gmail.com>
Project-URL: Homepage, https://github.com/Schuster-j/maneuverRecognition
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: torch
Requires-Dist: random
Requires-Dist: importlib-metadata; python_version < "3.8"

# ManeuverRecognition Package

ManeuverRecognition is a python package providing functions for the preprocessing of time series data for classification, the creation of predictive LSTM based  models and the evaluation of multi class predictions.

Its functionalities are demonstrated and the documentation is given here: https://github.com/Schuster-j/maneuverRecognition 
