The Snips skills core utilities for creating end-to-end assistants


Keywords
snips
License
MIT
Install
pip install snipsskillscore==0.1.5.9.5

Documentation

Snips Manager Core Utils

Build Status PyPI MIT License

The Snips Manager core utilities for creating end-to-end assistants

Installation

The skill is on PyPI, so you can just install it with pip:

$ pip install snipsfakeweather

Usage

The skill presents fake weather forecasts for demo purposes.

from snipsfakeweather.snipsfakeweather import SnipsFakeWeather

weather = SnipsFakeWeather()
weather.speak_forecast("Paris,fr")

Raspbian

$ sudo apt-get install libsdl-mixer1.2
$ sudo apt-get install swig

Copyright

This skill is provided by Snips as Open Source software. See LICENSE.txt for more information.