This simple webapp uses Roboflow's InferenceJS package to run computer vision models in web browsers. To try the example, clone, run npm install
, and then run npm start
.
Note: to use InferenceJS (npm install inferencejs
) with react, please also install the util
module with npm install util