mhw32 / derm-ai

Machine Learning for Skin Disease Classification
88 stars 43 forks source link

Query on Post #1

Open finarb opened 6 years ago

finarb commented 6 years ago

Can you help me out how to send a post rquest to the api with the image? what is the exact input?

ghepting commented 4 years ago

I have this question, too – any chance you can provide a quick example/documentation by chance?!

UPDATE: I've gotten this far poking around at it with postman: postman

ghepting commented 4 years ago

Ah there we go:

image

To get the base64 encoded image string do this on osx:

base64 -i <image_filepath> | pbcopy