From 71e57ad1785f9c800e09b47e6912f1c6e62ef02a Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Mon, 13 Feb 2017 17:51:01 -0500 Subject: [PATCH] small copy changes and noting which node.js version to use --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e07cbbf..bb3dbd3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ## A.I. Duet -Trade melodies with a neural network. + +A piano that responds to you. ## About @@ -15,7 +16,7 @@ Built by [Yotam Mann](https://github.com/tambien) with friends on the Magenta an ## OVERVIEW -A.I. Duet is composed of two parts, the front-end which is in the `static` folder and the back-end which is in the `server` folder. The front-end client creates short MIDI files using the user's input which is sent to a [Flask](http://flask.pocoo.org/) server. The server takes that MIDI input and "continues" it using [Magenta](https://github.com/tensorflow/magenta) and [TensorFlow](https://www.tensorflow.org/) which is then returned back to the client. +A.I. Duet is composed of two parts, the front-end which is in the `static` folder and the back-end which is in the `server` folder. The front-end client creates short MIDI files using the players's input which is sent to a [Flask](http://flask.pocoo.org/) server. The server takes that MIDI input and "continues" it using [Magenta](https://github.com/tensorflow/magenta) and [TensorFlow](https://www.tensorflow.org/) which is then returned back to the client. ## INSTALLATION @@ -36,7 +37,7 @@ If it _did_ install tensorflow and magenta successfully, you can run the server python server.py ``` -Then to build and install the front-end Javascript code, first make sure you have [Node.js](https://nodejs.org) and [webpack](https://webpack.github.io/) installed. And then install of the dependencies of the project and build the code by typing the following in the terminal: +Then to build and install the front-end Javascript code, first make sure you have [Node.js](https://nodejs.org) 6 or above and [webpack](https://webpack.github.io/) installed. And then install of the dependencies of the project and build the code by typing the following in the terminal: ```bash cd static