Skip to content

Vehicle identifier built in Nodejs, Mongodb, Reactjs, Mobx, Webpack. Takes xml files as an input, which has list of features for any vehicles and then identifies the vehicle type from the gven features. See sample.xml for xml file format.

Notifications You must be signed in to change notification settings

singhnsatya/vehicle-identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requires node version 6.9.1 or 6.x.x

ux -> npm install -> node index.js

node-api -> npm install -> node index.js

to make ux build -> npm run build

check sample.xml for xml file format.

Below is the vehicle type and features.

Vehicle Type Frame Powertrain Wheels
Big Wheel plastic Human 3 plastic (front, rear left, rear right)
Bicycle metal Human 2 metal (front, rear)
Motorcycle metal Internal Combustion 2 metal (front, rear)
Hang Glider plastic Bernoulli none
Car metal Internal Combustion 4 (front right, front left, rear right, rear left)

About

Vehicle identifier built in Nodejs, Mongodb, Reactjs, Mobx, Webpack. Takes xml files as an input, which has list of features for any vehicles and then identifies the vehicle type from the gven features. See sample.xml for xml file format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages