ADD: intersections API

This commit is contained in:
Madison May
2015-08-14 14:32:26 -04:00
parent dbfc73efc8
commit ce7f97699f
7 changed files with 115 additions and 30 deletions
+7 -1
View File
@@ -63,7 +63,13 @@ IMAGE_APIS = [
'content_filtering'
]
API_NAMES = IMAGE_APIS + TEXT_APIS + ["predict_text", "predict_image"]
OTHER_APIS = [
"analyze_text",
"analyze_image",
"intersections"
]
API_NAMES = IMAGE_APIS + TEXT_APIS + OTHER_APIS
SETTINGS = Settings(files=[
os.path.expanduser("~/.indicorc"),