Skip to content

ninofiliu/talker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talker

A super simple tool for a chatbot with voice control

How it works

The whole code contains close to no logic in itself, rather it is mostly glue code between:

As of now it's way too basic to be practically used on a daily basis, but it serves as a POC for future applications (eg: LLM-powered local vocal chat in video games). It's also a surprisingly small repository: 85 lines for the python server, 58 lines for the web app

Installation

Install torch with GPU support

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

Install dependencies

pip install -r requirements.txt

Run the server

python server.py

Navigate to localhost:8080 when ready

About

An ultra-simple LLM chatbot with a voice interface

Topics

Resources

Stars

Watchers

Forks

Contributors