The original Chef.ai webapp with React.js as the frontend can in the link provided.
This app demonstrates how to use the food ssd inception v2 model featured in the ncappzoo's networks directory. This app features a frontend and backend, and the OpenVINO inference code is plugged into the backend. Once users upload the data such that the frontend holds the data in memory, users can then run inference on the data, spit out a prediction on what food is available in the image data, and use an external API to generate recipes using those foods.
All setup/startup is streamlined through the make commands!
$ # Set the OpenVINO environment by sourcing <openvino install dir>/bin/setupvars.sh
$ make install-reqs
$ make run
make deps - downloads the optimized OpenVINO models
Detect (MYRIAD)
!templates/index.html
. If you have trouble, do a text search for CONFIGS
to find the config keys.Webpage is served via root route (127.0.0.1:5000)
Backend:
Fronend: