You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All requests are in JSON not form-data except for file upload
All responses has type to indicate in which data type we get the response
List of possible types are dict and image for now
Tasks
Model upload should accept full URI for ai_task, dataset_type, framework
Document all file upload types and change request body as suggested to JSON
Get number of instances: change response to a JSON format as suggested
Get number of instances for a zipped folder to be implemented
Get instance: response format changed to JSON as suggested: when tabular, change instance to key values pairs; when Image change instance to BASE64 and send feature size or size_raw as size. Get instance from zipped folder to be implemented
Get prediction: change response to suggested
Explainer related:
GradCAMTorch change to GradCAM with torch and TensorFlow implementations
Don’t use isee4xai as a explainer repo, move foxcbx like implementations out of isee4xai organisation
Superimpose attributions on images for IntG and GradCam
Highlevel Tasks Summary
Tasks
Explainer related: