Padatious - Text to Intent
Padatious uses the FANN2 (Fast Artificial Neural Net 2) library to train a neural net to recognize intents.
Project home: https://github.com/MycroftAI/padatious
Installation:
sudo apt install cmake swig
git clone https://github.com/libfann/fann.git
cd fann
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig
sudo pip3 install padatious
profile.yml:
tti_engine: Padatious TTI
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub