Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavelsjo/text-machine-learning-demo
Machine Learning Services using node and adw
https://github.com/pavelsjo/text-machine-learning-demo
Last synced: about 2 months ago
JSON representation
Machine Learning Services using node and adw
- Host: GitHub
- URL: https://github.com/pavelsjo/text-machine-learning-demo
- Owner: pavelsjo
- License: gpl-3.0
- Created: 2021-07-23T20:18:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T19:13:18.000Z (about 3 years ago)
- Last Synced: 2023-10-17T02:47:48.565Z (over 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text-machine-learning-demo
Machine Learning Services using node and adw
## USE
```shell
#pattern
OMLSERVER=oml_server_value \
TENANT=tenant_value \
DATABASENAME=database_name_value \
USERNAME=user_name_value \
PASSWORD=password_value \
node app#example
OMLSERVER=https://adb.us-ashburn-1.oraclecloud.com \
TENANT=ocid1.tenancy.oc1..eeeeeooooooi6b5sxlv4z6643bocxybqz3h2vspvvru42jysvizl55lky22ijaq \
DATABASENAME=myowndatabasename \
USERNAME=pavelsjo \
PASSWORD=myownpassword \
nodemon app
```The app mus be running in `http://localhost:3000/`.