[HN Gopher] Show HN: Project S.A.T.U.R.D.A.Y - open-source, self...
___________________________________________________________________
Show HN: Project S.A.T.U.R.D.A.Y - open-source, self hosted,
J.A.R.V.I.S
Welcome to Project S.A.T.U.R.D.A.Y. This is a project that allows
anyone to easily build their own self-hosted J.A.R.V.I.S-like voice
assistant. In my mind vocal computing is the future of human-
computer interaction and by open sourcing this code I hope to
expedite us on that path. I have had a blast working on this so
far and I'm excited to continue to build with it. It uses
whisper.cpp [1], Coqui TTS [2] and OpenAI [3] to do speech-to-text,
text-to-text and text-to-speech inference all 100% locally (except
for text-to-text). In the future I plan to swap out OpenAI for
llama.cpp [4]. It is built on top of WebRTC as the media
transmission layer which will allow this technology to be deployed
anywhere as it does not rely on any native or 3rd party APIs. The
purpose of this project is to be a toolbox for vocal computing. It
provides high-level abstractions for dealing with speech-to-text,
text-to-text and text-to-speech tasks. The tools remain decoupled
from underlying AI models allowing for quick and easy upgrades when
new technology is realeased. The main demo for this project is a
J.A.R.V.I.S-like assistant however this is meant to be used for a
wide variety of use cases. In the coming months I plan to continue
to build (hopefully with some of you) on top of this project in
order to refine the abstraction level and better understand the
kinds of tools required. I hope to build a community of like-minded
individuals who want to see J.A.R.V.I.S finally come to life! If
you are interested in vocal computing come join the Discord server
and build with us! Hope to see you there :) Video demo:
https://youtu.be/xqEQSw2Wq54 [1] whisper.cpp:
https://github.com/ggerganov/whisper.cpp [2] Coqui TTS:
https://github.com/coqui-ai/TTS [3] OpenAI: https://openai.com/ [4]
llama.cpp: https://github.com/ggerganov/llama.cpp
Author : GRVYDEV
Score : 9 points
Date : 2023-07-02 19:42 UTC (3 hours ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| catchmeifyoucan wrote:
| Just wondering if there is a video or demo, or anything so we can
| see it before going through and trying it out? It seems super
| cool
| GRVYDEV wrote:
| Yeah! There is a YouTube video linked in the repo. I'll edit
| the description to add it to the HN post as well :)
___________________________________________________________________
(page generated 2023-07-02 23:01 UTC)