From adfeec9ac90a4da3b52d858ba3462613e5de6776 Mon Sep 17 00:00:00 2001 From: Hypatia <64185677+DavinciDreams@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:02:18 -0500 Subject: [PATCH 1/3] Update README.md Added installation instructions, reorganized --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e1076a2..5f0863b 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,27 @@ # ReadMe Painted Conversations listens to your conversations and paints them in real time. It is a project by [Thomas Davis](http://github.com/thomasdavis) and [Lisa Watts](http://github.com/davincidreams). The AI Painter is an open source project and we have opted to use open source models and an MIT license. We hope that this project will inspire others to create their own visions. + ## About Painted Conversations was based on Thomas Davis's earlier work on the [Omega project](). ## Installation +npm i + +npm start + ### Requirements +-Sox +-[chocolatey](https://github.com/chocolatey/choco/issues/2398) -To deal with: sox version -https://github.com/gillesdemey/node-record-lpcm16/issues/58 -https://github.com/chocolatey/choco/issues/2398 +-[pm2](https://pm2.keymetrics.io/docs/usage/application-declaration/) -pm2 start ecosystem.config.js --only "api-app,worker-app" +-[node record](https://github.com/gillesdemey/node-record-lpcm16/issues/58) -how to start ngrok to host it +### To do -write npm scripts +how to start ngrok to host it -https://pm2.keymetrics.io/docs/usage/application-declaration/ From 6d8fea5928d2eee78e9679b65b4f266ca5aef531 Mon Sep 17 00:00:00 2001 From: Hypatia <64185677+DavinciDreams@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:43:16 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0863b..3a359d7 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,20 @@ npm i npm start -### Requirements +## Requirements -Sox -[chocolatey](https://github.com/chocolatey/choco/issues/2398) --[pm2](https://pm2.keymetrics.io/docs/usage/application-declaration/) +[PM2](https://pm2.keymetrics.io/docs/usage/application-declaration/) + +If you’re on macOS, installing is simple, + +yarn add global pm2 + +If you’re on Linux, Windows, or using a Docker container (yes, it supports Docker as well), + +npm install pm2 -g -[node record](https://github.com/gillesdemey/node-record-lpcm16/issues/58) From 193b4940032544d2c7df4bbd38db687659766810 Mon Sep 17 00:00:00 2001 From: Hypatia <64185677+DavinciDreams@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:45:45 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3a359d7..d1430e5 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,19 @@ Painted Conversations was based on Thomas Davis's earlier work on the [Omega pro ## Installation -npm i +`npm i` -npm start +`npm start` ## Requirements -Sox -[chocolatey](https://github.com/chocolatey/choco/issues/2398) -[PM2](https://pm2.keymetrics.io/docs/usage/application-declaration/) +[PM2](https://pm2.keymetrics.io/docs/usage/application-declaration/)- If you’re on Linux, Windows, Mac, or using a Docker container (yes, it supports Docker as well): -If you’re on macOS, installing is simple, +`npm install pm2 -g` -yarn add global pm2 - -If you’re on Linux, Windows, or using a Docker container (yes, it supports Docker as well), - -npm install pm2 -g -[node record](https://github.com/gillesdemey/node-record-lpcm16/issues/58)