Furniture Recognition on the Browser
Go to the base of this folder and run python -m http.server 8000
- First we prepare the Dev environment
yarn prep
- Then to interactively develop with fast refresh cycle (~200-400ms)
$ yarn watch
- Start the python server
python -m http.server 8000