Updates to README

This commit is contained in:
Madison May
2014-11-07 17:22:09 -05:00
parent 50a8ef6bf6
commit 92da96e6c8
4 changed files with 8 additions and 1 deletions
+3
View File
@@ -41,6 +41,9 @@ Examples
>>> sentiment('Really enjoyed the movie.')
{u'Sentiment': 0.8105182526856075}
>>> text_tags("On Monday, president Barack Obama will be...")
{u'fashion': 0.024739582352183764, u'art': 0.008637280256320275, u'energy': 0.013183388999943419, ...}
>>> test_face = np.linspace(0,50,48*48).reshape(48,48).tolist()
>>> fer(test_face)