Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.14 KB

readme.md

File metadata and controls

21 lines (18 loc) · 1.14 KB

Context Sensitive Systems

This application is part of the lecture context sensitive systems. A context sensitive system captures relevant data to improve the users interaction with the system for a given application. Based on the data, the system fits a model that predicts the users current context. With the predicted context, the system can adapt to the users needs and make the interaction with the application more efficient.

The application has two components: The tracker collects sensor data together with a label for current activity and stores them in an Influx database. Based on those measurements, a random forest classifier is trained to predict the current activity. The radio app applies live sensor data to this model and adapts played songs to the predicted activity.

Roadmap

  • Use VS Code remote containers
  • Learn and setup Webpack/Vue
  • Setup InfluxDB
  • Integrate influx db client in browser
  • Build a web app storing smartphone sensor data into InfluxDB
  • Train a model to predict activities
  • Deploy model into another web app