I am hoping to do some image classification on pills.
The National Library of Medicine has an pill image database, RxImage website. It has an API which you can retrieve images with specific requests in the form of JSON files. (Sample API request builder).
I want to download the labelled image dataset in order to do some image classification on it in python. Is there a way to do this? (preferably in python)