• Home (current)
  • Resume
  • Parker Script
  • Wafis (Webassembly Framework)
  • JSPY - Javacript & Python Terminal
  • aframe VR web 3D world demo
  • AI terminal (Natural Language model)
  • OLED glasses
  • Vision Processing program with OpenCV
  • Node start project (build,compile & deploy JS)

AI terminal


Type in "help" for commands
To talk to the bot type with the phrase as your own question or response. Example: query "hey how are you". Scroll down to see how this AI works.


1-586-255-7640 work.simpleintelligence@gmail.com

Here we have a diagram of the type of neural network that this AI bot is using to communicate to you. It is called a recurrent LSTM (Long Short-term Memory) Neural Network. The Framework being used is called Brain.js which allows various different types of neural networks that also includes GPU powered libraries to improve the training process.

The way I trained the model was done by a small project I made called , which collects the data as a json file, train the model and saves it to a file. Then this site loads the model file via fetch() so the neural network doesn't need to train data each time it is opened.


trainer bot Github
Prev Next