ADD: content filtering

This commit is contained in:
jagreene
2015-07-10 02:43:28 -04:00
committed by Madison May
parent 024e4a0432
commit d1f2c37a39
5 changed files with 47 additions and 4 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ TEXT_APIS = [
IMAGE_APIS = [
'fer',
'facial_features',
'image_features'
'image_features',
'content_filtering'
]
API_NAMES = IMAGE_APIS + TEXT_APIS + ["predict_text", "predict_image"]