Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/`.