Giter Site home page Giter Site logo

danemacaulay / voxgpt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lspahija/aiui

0.0 1.0 0.0 28 KB

ChatGPT with a voice interface!

Home Page: https://ultimate-ai-assistant.up.railway.app/

License: MIT License

JavaScript 29.31% Python 38.72% CSS 20.57% HTML 8.53% Dockerfile 2.87%

voxgpt's Introduction

VoxGPT

This is a web app that gives GPT-4 and GPT-3.5 a voice interface. Anyone can now verbally communicate with ChatGPT.

Both desktop and mobile browsers are supported, enabling users to talk to GPT-4 on the go.

OpenAI Whisper is used for speech-to-text and OpenAI gpt-3.5-turbo/gpt-4 for completion.

To get it running:

  1. git clone [email protected]:lspahija/VoxGPT.git
  2. cd VoxGPT
  3. docker build -t voxgpt .
  4. docker run -d -e OPENAI_API_KEY='<YOUR_API_KEY>' -p 8000:80 voxgpt
  5. navigate to localhost:8000 in a modern browser

The AI model defaults to gpt-3.5-turbo but you can adjust this by setting the AI_COMPLETION_MODEL environment variable (e.g. to gpt-4 if your OPENAI_API_KEY has access to it)

A demo is currently deployed at https://ultimate-ai-assistant.up.railway.app/

Ultimate.AI.Assistant.mp4

Output audio speed can be adjusted by setting the AUDIO_SPEED environment variable e.g. setting this to 1.5 will result in audio playing back at 1.5x default speed.

You can configure the language by setting the LANGUAGE environment variable to the corresponding ISO-639-1 code. The default is en. The supported languages are:

  • af: Afrikaans
  • ar: Arabic
  • bg: Bulgarian
  • bn: Bengali
  • bs: Bosnian
  • ca: Catalan
  • cs: Czech
  • da: Danish
  • de: German
  • el: Greek
  • en: English
  • es: Spanish
  • et: Estonian
  • fi: Finnish
  • fr: French
  • gu: Gujarati
  • hi: Hindi
  • hr: Croatian
  • hu: Hungarian
  • id: Indonesian
  • is: Icelandic
  • it: Italian
  • iw: Hebrew
  • ja: Japanese
  • jw: Javanese
  • km: Khmer
  • kn: Kannada
  • ko: Korean
  • la: Latin
  • lv: Latvian
  • ml: Malayalam
  • mr: Marathi
  • ms: Malay
  • my: Myanmar (Burmese)
  • ne: Nepali
  • nl: Dutch
  • no: Norwegian
  • pl: Polish
  • pt: Portuguese
  • ro: Romanian
  • ru: Russian
  • si: Sinhala
  • sk: Slovak
  • sq: Albanian
  • sr: Serbian
  • su: Sundanese
  • sv: Swedish
  • sw: Swahili
  • ta: Tamil
  • te: Telugu
  • th: Thai
  • tl: Filipino
  • tr: Turkish
  • uk: Ukrainian
  • ur: Urdu
  • vi: Vietnamese
  • zh: Chinese (Mandarin)

voxgpt's People

Contributors

lspahija avatar danemacaulay avatar

Watchers

James Cloos 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.