Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 394 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 394 Bytes

Basic (very) AI

Can read text from input or file, analyzes it for words and their following words and creates a binary tree of words with word predictions based on that. It then predicts and displays the next word you'll (most probably) input. Basically what your smartphone keyboard does only that it can read whole text files and learn from them.

Architecture/Frameworks

Redux+React