Giter VIP home page Giter VIP logo

talkgpt's Introduction

Welcome

中文README

What is it

TalkGPT is a speech-to-speech AI assistant based on a set of open API services and offers a range of customized features.

System Structure

Basic structure of TalkGPT

talkgpt_1x

Quick Start

1. Apply for API access keys

  • To use the speech-to-text and chat completion APIs, you'll need an OpenAI account to create an API key in your user page.
  • To use the text-to-speech API, you'll need an AWS account to create an IAM account and a set of credentials on the credential management page.

2. Download the project

git clone https://github.com/Smilence7/TalkGPT.git
cd ./TalkGPT

3. Install required libraries

  • Python 3 is required, and the testing was done on version 3.8.
  • Install the required third-party libraries.
pip3 install -r requirements.txt

4. Configure your settings

cp ./config/config.yml.example ./config/config.yml
vim ./config/config.yml

Set your Access Keys in the config file and adjust the properties to suit your needs.

5. Run the program

python3 ./src/main.py

6. Speak to it

  • Press and hold T on your keyboard to talk.
  • You will hear the response from your output device in around 1-5 seconds, depending on your network condition.

7. Stop the program

Just kill it.

Features

You can have a conversation with the application, just like you would on the ChatGPT website, but in the form of voice input and output.

1. Free mode

No input/output restriction.

2. Polish mode

Speak several sentences and the program will respond with a better or more native version. Primarily intended for language improvement purposes.

RoadMap

  • speech-to-speech workflow
  • Implement GUI for hotkeys binding & configuration
  • Packaging
  • Locally fine-tuned TTS model
  • Show chat history in GUI
  • Function: Replay the last response.

talkgpt's People

Contributors

smilence7 avatar youf3ng avatar

Watchers

 avatar

Forkers

web-logs2

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.