EmotionsDetector
Royalty Free
No Tags
Language
JavaScript
Metrics
API Calls - 20
Avg call duration -
N/A
Permissions
The Algorithm Platform License is the set of terms that are stated in the Software License section of the Algorithmia Application Developer and API License Agreement. It is intended to allow users to reserve as many rights as possible without limiting Algorithmia's ability to run it as a service.
Learn more
Run an example
Input
Output
"Hello var input = '';\r\nAlgorithmia.client(\"simnutwuAU/RqqKT6upuYi/mzDJ1\")\r\n .algo(\"mudasir/EmotionsDetector\")\r\n .pipe(input)\r\n .then(function(output) {\r\n console.log(output);\r\n });"
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run mudasir/EmotionsDetector/0.1.0 -d '"var input = '';\r\nAlgorithmia.client(\"simnutwuAU/RqqKT6upuYi/mzDJ1\")\r\n .algo(\"mudasir/EmotionsDetector\")\r\n .pipe(input)\r\n .then(function(output) {\r\n console.log(output);\r\n });"' --timeout 300
Warning
This algorithm's sample input contains a
'
character. This can be used to inject malicious code when running commands
(e.g. "'; sudo rm -rf / ;"). Use with caution.