commit | 2e9178e1a5b6f9a842086e06bc42f193e95497af | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Wed Sep 03 11:54:35 2014 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Wed Sep 03 11:55:05 2014 -0700 |
tree | b801f0a3e045fa0c8542669d3a0f789a8c23ea78 | |
parent | 82a1fccc908a12a400554cebc5800510e7006a1e [diff] |
veyron-browser: Suggest RPCs to perform Instead of automatically performing RPCs, the browser will now recommend them. When the browser is quite confident, it will make a suggestion with timeout. After 5 seconds, the RPC will be made unless the user cancels it. The idea seems sound, but the algorithms backing the recommendations could be improved. We could: * filter the methods suggested. (i.e., only recommending ReadLabel methods) * add a threshold to decide to act without the timer. * change the features used for prediction * change the algorithm from perceptron to something else Change-Id: Ib3f2c459ce7e7868c546f961c62c85a6f7ac1cfd
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start