Git Product home page Git Product logo

voicebot's Introduction

system diagram

Prerequisite

  • Docker
  • Node v16

For edge device, see edge-server/README.md

Getting started

Method 1: local build

Database (docker)

docker pull postgres
docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres

dotenv file

Create .env file in the project's root directory. Open the file and add the following line of code:

DATABASE_URL='postgres://postgres:mysecretpassword@localhost:5432/database'
VITE_TTS_API_KEY_0={api-key}
VITE_TTS_API_KEY_1={api-key}
VITE_TTS_API_KEY_2={api-key}
VITE_TTS_API_KEY_3={api-key}
VITE_TTS_API_KEY_4={api-key}
VITE_TTS_API_KEY_5={api-key}
VITE_WEATHER_API_KEY={api-key}

Run

npm i
npm run dev -- --host --https

Method 2: web IDE using Gitpod

  1. Join Gitpod and install Gitpod chrome extension

    https://chrome.google.com/webstore/detail/gitpod-always-ready-to-co/dodmmooeoklaejobgleioelladacbeki

  2. Go to https://gitpod.io/account, allow permissions for Github integration and add env info (e.g. API keys)

  3. Navigate to your project’s GitHub and click green Gitpod button that the Gitpod Chrome extension created

  4. It runs automatically

Mis.

Weather API (Current Weather Data)

https://openweathermap.org/api

TTS API (Kakao)

https://speech-api.kakao.com/

voicebot's People

Contributors

comverser avatar

Watchers

 avatar

Forkers

yeongbeom

voicebot's Issues

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.