diff --git a/README.md b/README.md index e1076a2..d1430e5 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,30 @@ # 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 -### Requirements +`npm i` +`npm start` -To deal with: sox version -https://github.com/gillesdemey/node-record-lpcm16/issues/58 -https://github.com/chocolatey/choco/issues/2398 +## Requirements +-Sox -pm2 start ecosystem.config.js --only "api-app,worker-app" +-[chocolatey](https://github.com/chocolatey/choco/issues/2398) + +[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): + +`npm install pm2 -g` -how to start ngrok to host it -write npm scripts +-[node record](https://github.com/gillesdemey/node-record-lpcm16/issues/58) + +### To do + +how to start ngrok to host it -https://pm2.keymetrics.io/docs/usage/application-declaration/