An open API service indexing awesome lists of open source software.

https://github.com/alexsosn/associationbot

iOS association game chatbot. AI based on neural word embedding language model. Image recognition with convolutional neural net.
https://github.com/alexsosn/associationbot

chatbot ios machine-learning natural-language-processing neural-network word2vec

Last synced: 10 months ago
JSON representation

iOS association game chatbot. AI based on neural word embedding language model. Image recognition with convolutional neural net.

Awesome Lists containing this project

README

          

# AssociationBot
##iOS association game chatbot.

![Screen Shot](https://raw.githubusercontent.com/alexsosn/AssociationBot/master/Screenshots/Screen%20Shot%201.png)
![Screen Shot](https://raw.githubusercontent.com/alexsosn/AssociationBot/master/Screenshots/Screen%20Shot%202.png)

- UI based on [JSQMessagesDemo](https://github.com/jessesquires/JSQMessagesViewController).
- Association database created with the help of [Word2Vec](https://github.com/alexsosn/Word2Vec-iOS) neural word embedding model.
- [DeepBeliefSDK](https://github.com/jetpacapp/DeepBeliefSDK) used for image classification. Only 1000 image categories for now.
- [UIReference​Library​View​Controller](http://nshipster.com/dictionary-services/) used for dictionaries.
- [AVSpeechSynthesizer](http://nshipster.com/avspeechsynthesizer/) for text to speech;
- [NSLinguisticTagger](http://nshipster.com/nslinguistictagger/) for lemmatisation;
- Tap on image to look for a term on [500px.com](https://500px.com/);
- Some pieces of code from Stack Overflow.