Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/