##iOS association game chatbot.
- UI based on JSQMessagesDemo.
- Association database created with the help of Word2Vec neural word embedding model.
- DeepBeliefSDK used for image classification. Only 1000 image categories for now.
- UIReferenceLibraryViewController used for dictionaries.
- AVSpeechSynthesizer for text to speech;
- NSLinguisticTagger for lemmatisation;
- Tap on image to look for a term on 500px.com;
- Some pieces of code from Stack Overflow.