Skip to content

🤖💬在个人电脑上运行的基于Faster Whisper与GPT4All的简单英文聊天机器人 | A simple offline chatbot running on your computer using Faster Whisper and GPT4All.

License

Notifications You must be signed in to change notification settings

NewComer00/TalkyTalky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TalkyTalky

A simple offline chatbot running on your computer using Faster Whisper and GPT4All.

Prerequisite

  • A normal computer
  • Windows or Unix-like OS
  • Python 3.8 or newer
  • Internet access during the installation and the first run

Installation

It is recommended to run this Python3 program in a virtual environment, so let's install the virtualenv package first

pip install virtualenv

Clone this repository and make a virtual environment for it

git clone https://github.com/NewComer00/TalkyTalky
cd TalkyTalky
virtualenv .

Activate the virtual environment

# for windows
.\Scripts\activate

# for linux
source bin/activate

Install the required Python packages

pip install -r requirements.txt

Usage

First, please ensure that the virtual environment has been activated.

Start the App. If it's the first time you launch the App, it will automatically start to download the offline models.

python app.py

Show help message

python app.py --help

Launch the App in TUI mode without displaying the servers' log; use edge-tts Microsoft Edge's online text-to-speech service

python app.py --tui --noecho-server-log --tts.engine edge-tts

About

🤖💬在个人电脑上运行的基于Faster Whisper与GPT4All的简单英文聊天机器人 | A simple offline chatbot running on your computer using Faster Whisper and GPT4All.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages