weberandreaseu / css

Context Sensitive Systems

Home Page:https://css.weberandreas.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Context Sensitive Systems

https://css.weberandreas.eu


Languages

Language:Vue 41.4%Language:Python 26.3%Language:JavaScript 15.3%Language:Dockerfile 14.5%Language:HTML 2.6%