Giter Site home page Giter Site logo

talking-ai's Introduction

AVA - AI assistant

Description

The project aims to develop a Chatbot with talking avatar animation. The goal of the project is developing a Chatbot that can make real-time conversation with customer based on voice.

The chatbot will have specific persona of busy doctor.

The system consists of STT engine, Chat engine, TTS engine and avatar synthesis engine.

The system will use Elevenlabs as TTS engine, Deepgram as STT, GPT-4 as Chat engine and D-ID for avatar synthesis.

The system will use function calling feature from OpenAI to track the state of the conversation and generate responses based on the conversation state.

The platform uses React for frontend development and Python FastAPI for backend, GitHub for version control. Docker will be employed for creating development environment.

Solution

To ensure the successful development of the project, the following solutions will be key:

TTS Engine

For the MVP product, we will use Elevenlabs as TTS engine to generate high-quality audios based on text. For MVP, we will implement streaming process to minimize delay of TTS engine.

STT Engine

For the MVP product, we will use Deepgram API for STT engine. We will streaming the STT process to improve system performance.

Chat Engine

We will use GPT-4-turbo model as chat engine to generate responses based on the user’s query. We will use function calling feature to track the state of the conversation.

Avatar Synthesis

The platform will use D-ID to synthesize avatars based on audio. We will implement streaming process to minimize delay of avatar synthesis.

Development

Branches of the repository, convention

  • Develop - Main branch for development
  • Fix - {#Task_ID}/fix/{fix_description}
  • Feature - {#Task_ID}/feature/{feature_description}
  • Master - Production version of the project
  • Release - release/{dd.mm.yyyy}

Issue tracker

Gitlab's built-in issue tracker will be used in this project.

Design

Can be found in figma here.

Markup

For HTML visit markup branch

Servers

Staging is located at Ubuntu server, IP 188.166.121.50.

How to Run

  1. Change <api_key_here> to valid api keys in api.json and config.json
  2. Run npm install or yarn install and npm run dev or yarn dev
  3. Open localhost:3000 in the browser

talking-ai's People

Contributors

qsagehint avatar

Stargazers

 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.