1.0.1 • Published 3 years ago

sensus v1.0.1

Weekly downloads
-
License
LICENSE
Repository
github
Last release
3 years ago

sensus

sensus is an abstraction layer to use various AI/ML APIs/services like detecting emotions in text i.e. sentiment analysis

for local dev

npm install
npm build
cp .env-sample .env
# edit .env
# enter your IBM URL and API key
npm run sample1

sample output:

joy 18 %
sadness 51 %

TODO

implement same using AWS, Azure and GCP