Skip to content

blackccpie/sambot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sambot

about

Running an audio chatbot on a 2Gb VRAM GPU

The chatbot is based on a 3 steps pipeline:

The UI is made using Gradio, with automatic VAD managed on the frontend using vad-web.

misc

enabling https connection

Create certificates using the following command line in the root repo directory:

$ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -nodes

About

Running an audio chatbot on a 2Gb VRAM GPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published