ClarifaiAPI@Demo v.1.0.0 requires Node.js v4+ to run.
To install and use ClarifaiAPI@Demo v.1.0.0 Node.js demo, you must install the following software:
- Node.js 10.15.1 LTS for Windows (x64)
- MySQL Community Server (Current Generally Available Release: 8.0.15)
After you've successfully install these products and properly setup MySQL server you can proceed with the next installation and configuration steps.
- Open MySQL Workbench 8.0 CE and locate Data Import/Restore option under Administration tab by clicking it in the sidebar leftside your MySQL Workbench window:
- In the Administration - Data Import/Restore tab of the MySQL Workbench window, select Import from Disk tab below and toggle select file [...] button.
- Select a folder containing clarifai_imagebase.sql file. In this case, this file is located in the main projects folder, for example: (/clarifai_demo/). After you've selected a proper directory containing this sql-file, clarifai_imagebase database schema icon will appear under the Select Database Objects To Import list view:
- Finally, locate and click Start Import button in the bottom-right corner of the Import from Disk tab, to launch the database creation and data import process.
The ClarifaiAPI@Demo v.1.0.0 project relies on using the number of Node.js modules, from npmjs.org repository, created by the other side-developers. To install these modules you must use the following command in the Node.js command prompt:
<path-on-your-drive>\clarifai_demo\>npm install --save
By executing the following command all required Node.js modules, specified in package.json file will be installed to the \clarifai_demo\node_modules folder.
Finally, all what you have to do next is to launch ClarifaiAPI@Demo v.1.0.0 server web-application. To do this you must type in the following in your Node.js command prompt:
<path-on-your-drive>\clarifai_demo\>npm update & npm start
To properly configure the application being installed we must edit the following configuration files:
CLARIFAI_API_KEY='<YOUR_CLARIFAI_API_KEY_GOES_HERE>'
{ "host": "<MY_SQL_HOST_IP_ADDRESS>", "port": 3306, "user": "<USER_NAME>", "password": "", "database": "clrfai_imagebase" }
To do use ClarifaiAPI@Demo v.1.0.0 web application, all what you have to do is to open your local web-browser and type in the following address in the address bar at the top:
http://localhost:3000/
That's all folks, enjoy using the application!
Author: Arthur V. Ratz @ CodeProject (CPOL License)
CPOL - CodeProject's Open License"# clarifai_demo-1.0.0" "# clarifai_demo-1.0.0" "# clarifai_demo-1.0.0" "# clarifai_demo-1.0.0" "# clarifai_demo-1.0.0" "# clarifai_demo-1.0.0"