Skip to content

Latest commit

 

History

History
131 lines (120 loc) · 3.15 KB

README.md

File metadata and controls

131 lines (120 loc) · 3.15 KB

SensorDataCollector

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:
  • Express
  • Slow
  • Intercity
  • Sitting
  • Standing
Class:
  • 1st class
  • 2nd class
  • 3rd class
Bus Road type:
  • Highway
  • Carpet road
  • Road with low maintainance
  • Gravel road
  • Path
Type:
  • Highway bus
  • Intercity
  • Semi luxury
  • Normal
  • Double decker
  • One door bus
Walking
Car/Personal vehicle Condition:
  • brandnew
  • old(10+ years)
Manufaturing country:
  • Japan
  • India
  • Other
Bike
  • rider
  • passenger
Bicycle
Other

Setup Guide

  1. Clone repository.
git clone https://github.com/CodeLanka/SensorDataCollector.git
  1. Install yarn globally (optional)
npm install -g yarn
  1. Install expo globally
npm install -g expo-cli
  1. Install dependencies (Assume that you already have yarn installed globally)
yarn
  1. Start development environment
expo start

Happy coding!

setup