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

Latest commit

 

History

History
28 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.42 KB

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 [email protected]: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