This repository contains the winning entry for the 2019 SAP SMB Innovation Summit Hackathon in Orlando. It uses a webcam to capture the user's reaction to items in a Business One database. This program is adapted from the "cfDemoSummit18" example provided by the B1SA team.
The ui is built with create-react-app, and the python scripts use a library built on top of TensorFlow and opencv.
You can substitute the images for whatever you like in ui/src/Items.jsx
by providing a list of dictionaries each containing a key U_ImageURL
.
You can watch the video on YouTube.
Special thanks to all the Team Reactor members and SAP Staff present during the event.
- Alejandro Flores-Méndez PhD., VRTCL
- Daniel Phelps, Heat Transfer Research, Inc.
- Denis Doiron, Stellar One Consulting
- Mario Reyes, VRTCL
This is a sample step by step guide of how to build cloud applications based on Cloud Foundry. It is coded in NodeJ and also makes use of PostGreSQL available in the SAP Cloud Platform. It is integrated with SAP Business One using the Service Layer to list and update Items. The idea of this application is based in the beer-list app.
- A free trial account on SAP Cloud Platform with Cloud Foundry Trial initialized
- Install and configure the Cloud Foundry Command Line Interface (CLI) on your machine
- A SAP Business One Enviroment with Service Layer
There are 4 steps organized in branches in this repository. The step_4 is synchronized with the master branch. Clone this repository and proceed to Step 1 for further instruction.
There is also available a .Net version of this app.
cfDemoSummit18 is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.