Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 346 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 346 Bytes

InferenceJS React Implementation Example

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