From 1cb66559bda4a6542fd61b9ed266d4119a6e6f7c Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Wed, 21 Jun 2017 09:34:24 -0700 Subject: [PATCH] Add AssociationBot by @alexsosn #261 --- contents.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contents.json b/contents.json index 13d7d944..7d285d4d 100644 --- a/contents.json +++ b/contents.json @@ -13451,6 +13451,17 @@ "license": "mit", "date_added": "June 20 2017", "suggested_by": "@dkhamsing" + }, + { + "title": "AssociationBot", + "source": "https://github.com/alexsosn/AssociationBot", + "description": "Game chatbot with word association & image recognition", + "category-ids": ["misc"], + "tags": ["ai", "machine-learning", "natural-language-processing", "neural-network", "word2vec"], + "screenshots": ["https://raw.githubusercontent.com/alexsosn/AssociationBot/master/Screenshots/Screen%20Shot%201.png", "https://raw.githubusercontent.com/alexsosn/AssociationBot/master/Screenshots/Screen%20Shot%202.png"], + "license": "apache-2.0", + "date_added": "June 21 2017", + "suggested_by": "@dkhamsing" } ] }