eigenfoo / modo-de-ambar

A text-based adventure game that uses a neural network to generate audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modo de ámbar

A text-based adventure game that uses a neural network to generate audio.

Also be sure to check out the manual for the game!

Requirements

  • Python 3
  • Tensorflow (included in requirements.txt)
  • pgrep UNIX utility

Setup

git clone https://github.com/eigenfoo/ml-adventure.git
cd ml-adventure/
pip install -r requirements.txt
cd mini_canne/corpora/
./download_frames.sh
cd ../../

Usage

python game.py

License

adventurelib is made available by Daniel Pope through the MIT License here.

The remainder of this software is released under the Apache License 2.0.

About

A text-based adventure game that uses a neural network to generate audio

License:Apache License 2.0


Languages

Language:Python 91.6%Language:Shell 8.4%