From fb61e542a9f566bf07c3dc5ae16e8c41316629d7 Mon Sep 17 00:00:00 2001 From: Thomas Matlak Date: Thu, 4 May 2017 23:09:53 -0400 Subject: [PATCH] added course specific README --- README_CS310.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README_CS310.md diff --git a/README_CS310.md b/README_CS310.md new file mode 100644 index 0000000..ff9deb9 --- /dev/null +++ b/README_CS310.md @@ -0,0 +1,14 @@ +***Detecting Emotions in Music*** +**Thomas, Avi, and Avery** + +To extend the AI Duet program we added an extra step to the preexisting flow of music data from the client to the server, and back to the client. + +The files modified were: +-server/server.py +-server/savedModels/* +-server/usingMusicNN.py +-static/src/ai/AI.js +-static/src/interface/Glow.js +-static/src/style/common.scss +-static/src/style/glow.css +