/furniture-js

Furniture Recognition on the Browser

Primary LanguageJavaScript

Furniture-JS

Furniture Recognition on the Browser

Quick Run

Go to the base of this folder and run python -m http.server 8000

Steps for Development Run

  1. First we prepare the Dev environment

yarn prep

  1. Then to interactively develop with fast refresh cycle (~200-400ms)

$ yarn watch

  1. Start the python server

python -m http.server 8000