Simple Web API to predict a rating of body fatigue level using a ML.NET
Data to create machine learning model was collected using:
Body Fatigue App
Body Fatigue Device
- Rested (1)
- Fairly rested (2)
- Tired (3)
{
"predictedLabel": 2,
"score": [
0.3962476,
0.54935247,
0.054399878
]
}