The IBM Project for our part is a React app with backend python scrips.
(1) py vanialla_tracker.py (cd back-end/Tracker) (creates output.json)
(2) npm start (cd back-end) (http://localhost:9000/IntensityAPI)
(3) npm start (cd client2) (localhost:3000)
We assume that you have python 3 and openCV installed as they are the two prerequisites.
If not you can install python 3 using brew or pip. To install opencv you can use:
pip install opencv-python
(1) npm install react-google-charts
(2) npm install react-player
(3) npm install bootstrap
(4) npm install react-dom
This video is screenrecorded from when the vanilla_tracker.py is run.
Note it must be in your source folder of client2.
© Copyright IBM Corporation 2020.
Licensed under the BSD-3-Clause License (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://opensource.org/licenses/BSD-3-Clause
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.