Updated to included image features api and sphinx compliant documentation

This commit is contained in:
Newmu
2014-09-11 20:17:25 -04:00
parent 9123435d23
commit f1968cf342
7 changed files with 72 additions and 4 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
Version, version, __version__, VERSION = ('0.4.2',) * 4
Version, version, __version__, VERSION = ('0.4.3',) * 4
from text.sentiment import political, posneg
from text.sentiment import posneg as sentiment
from text.lang import language
from images.fer import fer
from images.features import facial_features
from images.features import image_features