Metadata-Version: 1.1
Name: FSTA
Version: 0.0.4
Summary: A python lib to Speech to Actions
Home-page: UNKNOWN
Author: FredThx
Author-email: FredThx@gmail.com
License: WTFPL
Description: FSTA Lib  Fred Speech To Actions lib
        ========================================================================
        
        	Based on snowboy hotword detection (https://snowboy.kitt.ai/)
        	And cloud API like google speech API, Bing speech API, or ...
        
        	Hardware :
        		- Raspberry Pi (or other linux based device)
        		- un good microphone (ie PS3 eye)
        		- optional a matrix led max7219
        		- a lot of iot (tv, ampli, RF-switch, lamp, garage door, ESP8266, arduino...
        	
        	Software :
        		- lib FUTIL
        		- snowboy decoder update here : http://docs.kitt.ai/snowboy/#downloads
        		- python
        		- optional mqtt server (like mosquitto)
        		- optional node-RED
        		
        
        Installation :
             pip install FSTA
        	 (create a /opt/FSTA directory for main program)
        	 
        Configuration :
        	change config.py
        
         automatisation (jessie) :
        	sudo systemctl enable maison.service
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
