Python 3 assistant made to be super simple to setup!
Project description
An open-source 🤖💬 python 3 assistant library built for people and made to be super easy to setup and understand.
pytlas translates natural language sentence into python skills you can easily define yourself.
I first started to develop atlas but I have finally decided to develop a library that everyone could embed in their own program with simple python code.
Want to get your feet wet? Have a look at the example/skills folder to see how it works!
Documentation
The documentation is hosted on readthedocs here https://pytlas.readthedocs.io. It still needs some improvement so don’t hesitate to help!
Installation
$ pip install -e .[snips] # Install pytlas and the snips interpreter backend
$ snips-nlu download en # Download additional language resources needed by snips
Testing
$ pip install -e .[snips,test]
$ python -m nose --with-doctest -v --with-coverage --cover-package=pytlas
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.