ParallelDots / ParallelDots-Python-API

Python repository for ParallelDots API Wrapper
43 stars 17 forks source link

Facial Emotion detection not working for both local files and url. #16

Open neldivad opened 3 years ago

neldivad commented 3 years ago

If I followed exactly as the instruction manual, this is what I get.

JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Tried using the demo on your live site for the feature as well and it didn't respond.

Off topic: Sarcasm detector is quite under-developed. It overreacts to opinionated inputs and any time there is a positive verb it'll show up with a high score.

bradyab commented 3 years ago

I'm running into this as well, for both url and file upload endpoints. inspecting the response, it says

Error: Requested URL /v4/facial_emotion not found

Changing the url from v1-v5 did not fix

@ahwankumar is ParallelDots aware of this issue?