Auto Transposer


Dependencies

  • Python - 2.7.12
  • OpenCV - 2.4.11
  • Node - 6.10.0
  • NPM - 3.10.10
  • Bower - 1.8.0

Build

  1. Ensure all dependencies are installed
  2. Install npm packages npm install --dev
  3. Install bower packages bower install --dev
  4. Bundle using Webpack npm run build. If this fails due to webpack not being installed, make sure webpack is installed with npm install webpack.
  5. Start Node server npm start
  6. Access application on localhost:3000