Chrome3912

Results 4 comments of Chrome3912

Try the api : https://pocket-derm.firebaseapp.com/

@Santosh-Gupta a simple post request w/ json. Python example: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ import requests r = requests.post(url='http://li1027-34.members.linode.com/predict/{APIKEY}', json = {"question":"my skin is itchy"} ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This should work once you get the...

try the api: https://pocket-derm.firebaseapp.com/

@harshit-saraswat try the api you dont have to install anything just send a post request :)