Commit Graph

59 Commits

Author SHA1 Message Date
ale
4a850bd49a updated Dockerfile 2023-01-31 23:37:43 +01:00
ale
24d287cd90 repaired docker, added docker-compose 2022-05-22 19:17:25 +02:00
tambien
c17aa14601 updating to build command in script
doesn't have webpack version issue

fixes #20
2018-06-12 12:22:13 -04:00
tambien
f70cf44949 updating build instructions to specify Node 6 2018-06-12 11:03:42 -04:00
tambien
bb9ae856c5 using specific versions of libs 2018-06-12 11:03:27 -04:00
Yotam Mann
dd1bee2c3c try/catch on midi events
when a device was plugged in it sometimes emitted a noteoff without a
noteon which caused an error
2017-02-14 14:45:03 -05:00
Yotam Mann
5602b1ac88 updating splash links and style 2017-02-14 14:43:52 -05:00
Yotam Mann
620fc897fe updated links to tf and magenta
also updated MIDI copy. restarting is no longer necessary
2017-02-14 14:41:48 -05:00
Yotam Mann
d0147fb342 small copy changes and noting which node.js version to use 2017-02-13 17:51:01 -05:00
Yotam Mann
16ee3e84a1 load fewer audio files when the screen is smaller
helps speed up the mobile load time
2017-02-13 17:31:47 -05:00
Yotam Mann
00b55add86 copy changes 2017-02-13 17:31:16 -05:00
Yotam Mann
7cad5b3ef6 making prediction path relative
this makes it work in the live experience where there is a path beyond
the root level
2017-02-13 17:31:06 -05:00
Yotam Mann
49148c97df about and splash screen styling 2017-02-13 17:30:17 -05:00
Yotam Mann
06e45fa266 backend uses attention_rnn now
i found it was producing better results, but providing both models
makes it easy to switch back and forth
2017-02-13 17:29:42 -05:00
Yotam Mann
39d9a2ae72 removing print debugging 2017-02-06 14:03:04 -05:00
Yotam Mann
4c581eaab8 updating installation instructions for new pip-installable tf and magenta 2017-01-13 17:58:12 -05:00
Yotam Mann
3d53f239f8 updating tf version 2017-01-13 17:52:22 -05:00
Yotam Mann
4007aa84d8 adding favicon 2017-01-13 16:52:36 -05:00
Yotam Mann
c94efe36b1 updating to latest magenta and tf 2017-01-13 16:50:56 -05:00
Yotam Mann
9c4445abf9 serving on localhost
doesn’t require giving additional privileges
2017-01-13 16:50:35 -05:00
Yotam Mann
68e2e890a6 using Quicksand font throughout 2017-01-13 16:50:11 -05:00
Yotam Mann
e05cbed5aa blur(0px) -> filter:none improves performance a lot 2017-01-13 16:49:58 -05:00
Yotam Mann
2c2621985d renaming app->src 2017-01-13 16:49:19 -05:00
Yotam Mann
f881b2f6db styling keyboard 2017-01-13 16:48:13 -05:00
Yotam Mann
27564c9791 adding about screen with video 2017-01-13 16:47:58 -05:00
Yotam Mann
8bb728c2e0 adding tutorial which plays first time 2017-01-13 16:46:50 -05:00
Yotam Mann
d8a0e5d876 updating deps and latest MidiConvert 2017-01-13 16:45:17 -05:00
Yotam Mann
a0d4af1092 updating sample player, does not rely on Piano.js and using FluidR3 soundfont for AI sound 2017-01-13 16:44:27 -05:00
Yotam Mann
7249b3eac7 fixing stuck notes 2017-01-13 16:42:31 -05:00
Yotam Mann
fe2699b993 removing old magenta 2017-01-13 16:41:25 -05:00
Yotam Mann
86e5a77f15 doing feature detection before serving app
using Modernizr
2017-01-13 16:38:14 -05:00
Yotam Mann
6da3c5d1c5 app->src and starting at FeatureTest before Main.js 2017-01-13 16:37:02 -05:00
Yotam Mann
816d52858a Merge pull request #9 from camiblanch/master
Fixed typo in README
2016-11-29 13:59:44 -05:00
Cami
24396674ed Fixed typo in README 2016-11-29 10:59:40 -07:00
Yotam Mann
531058d51c Instructions for installing/using Docker 2016-11-29 12:22:33 -05:00
Yotam Mann
36a177b7b3 Merge pull request #6 from python273/add_dockerfile
Add Dockerfile
2016-11-29 12:05:50 -05:00
python273
d7d7c34b4c
Merge branch 'add_dockerfile' of https://github.com/python273/aiexperiments-ai-duet into add_dockerfile 2016-11-17 20:44:51 +03:00
python273
dfe96ee152
Fix webpack install 2016-11-17 20:43:18 +03:00
Kirill Python
836806e7b0 Add info about Docker to README.md 2016-11-17 08:40:42 +04:00
python273
3af4766358
Add Dockerfile; fix predict.py and server.py 2016-11-17 07:33:16 +03:00
Yotam Mann
557024d980 Moved magenta install out of requirements and into the README instructions
Fixes #4
2016-11-16 14:02:29 -08:00
Yotam Mann
f33312634a added sys path to third_party folder
Fixes #1
Fixes #2
2016-11-16 13:58:24 -08:00
Yotam Mann
6a573d1b00 Merge pull request #1 from camiblanch/master
Fixed issue with generate params and midi output params
2016-11-16 13:54:56 -08:00
Yotam Mann
6c4723866f Merge pull request #3 from Dorian/patch-1
Fails on pip3 because magenta is only available for Python 2
2016-11-16 13:54:40 -08:00
Dorian
2a7d09c68d Fails on pip3 because magenta is only available for Python 2 2016-11-16 01:32:37 +01:00
camiblanch
b966d4a059 Fixed issue with generate params and midi output params 2016-11-15 15:55:21 -07:00
Alexander Chen
f3a45a4de5 Update README.md 2016-11-14 19:10:16 -08:00
Alexander Chen
65472cb647 Update README.md 2016-11-14 19:07:10 -08:00
Yotam Mann
622846ef95 Update README.md 2016-11-14 16:41:12 -08:00
Yotam Mann
a0ad3fadd5 moving .mag file to third_party folder 2016-11-14 16:36:00 -08:00