Requirements:
- Tensorflow 1.14.0
- Numpy 1.17.4
- matplotlib 3.1.1
- pandas 0.22.0
- seaborn 0.8.0
Files help:
- hyperOpt.py - used to find hyper parameters in the model iteratively, runs for long time .
- haptModel.py - Trains a model using the Hapt Dataset
- realwolrd.py - Trains a model using the RealWorld Dataset
- plot_confusion.py - Creates a visual representation of confusion matrix, required matrix has to be pasted inside the code.
- MOD/mod.py - Make your Own Data model for the android application. Creates a tflite model for the android application.
- MOD/bucket - Own datasets for the android app model
- MOD/movepredict - Android Application folder