Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

A short tutorial to create voice assistant using the Spokestack Python library.

Notifications You must be signed in to change notification settings

spokestack/minecraft-skill-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Skill Python

This repository is a Python port of Amazon's Minecraft Helper NodeJS skill. It uses Spokestack to replace Amazon's voice services.

Setup

git clone git@github.com:spokestack/minecraft-skill-python.git
cd minecraft-skill-python

We use pyenv for virtual environments. Below you will find the step-by-step commands to install a virtual environment.

pyenv install 3.7.6
pyenv virtualenv 3.7.6 minecraft-skill-python
pip install -r requirements.txt

TFLite Interpreter

In addition to the Python dependencies, you will need to install the TFLite Interpreter. You can install it for your platform by following the instructions at TFLite Interpreter. Note: this is not the full Tensorflow package. However, if you prefer to use the full tensorflow package you can install it with:

pip install tensorflow

Run

Replace key_id and key_secret in app.py with the Spokestack API keys from your account. Then you can start the project with the following:

python app.py

About

A short tutorial to create voice assistant using the Spokestack Python library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages