This is a multi purpose mobile phone sensor data collection app. Initially this will be used to collect data for a classification where the collected data will be used to train a model to classify whether the user is in a train or not.
Following are the labels we are going to collect the data for:
Mandatory | Optional | ||
---|---|---|---|
Train | Train type:
|
|
Class:
|
Bus | Road type:
|
Type:
|
|
Walking | |||
Car/Personal vehicle | Condition:
|
Manufaturing country:
|
|
Bike |
|
||
Bicycle | |||
Other |
- Clone repository.
git clone https://github.com/CodeLanka/SensorDataCollector.git
- Install yarn globally (optional)
npm install -g yarn
- Install expo globally
npm install -g expo-cli
- Install dependencies (Assume that you already have yarn installed globally)
yarn
- Start development environment
expo start
Happy coding!