Giter Site home page Giter Site logo

speaker-gpt's Introduction

Speaker-GPT

Configuration

Copy .env.default to .env.

cp .env.default .env

OpenAI API key

After registration on OpenAI API go to API Keys page and create new secret key.

New key paste in .env file (OPENAI_API_KEY variable name).

Google Cloud

Setup Google Cloud account. As a result you should get ~/.config/gcloud/application_default_credentials.json file.

GPIO

Append to /boot/config.txt:

gpio=2=op,dl
gpio=3=op,dl
gpio=4=op,dl
gpio=26=ip,pu

Reboot, so that gpio is set properly:

sudo reboot

Installation

Install Speaker-GPT:

sudo apt-get install nodejs npm
sudo apt-get install sox libsox-fmt-all libasound2-dev

git clone https://github.com/sargo/speaker-gpt.git
cd speaker-gpt
npm install

Check is it starting up properly:

npm run debug

Start on boot

sudo npm install pm2 -g
pm2 start ecosystem.config.js
pm2 save
pm2 startup

speaker-gpt's People

Contributors

sargo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.