Skip to content

ML-powered speech recognition with RAG application backend.

License

Notifications You must be signed in to change notification settings

hyzco/TTS-Assistant

 
 

Repository files navigation

TTS-Assistant

ML-powered speech recognition directly in your browser! Built with 🤗 Transformers.js.

image

Running locally

  1. Clone the repo and install dependencies:

    git clone https://github.com/hyzco/TTS-Assistant.git
    cd whisper-web
    npm install
  2. Run the development server:

    npm run dev

    Firefox users need to change the dom.workers.modules.enabled setting in about:config to true to enable Web Workers. Check out this issue for more details.

  3. Open the link (e.g., http:https://localhost:5173/) in your browser.

Running backend RAG application, to be able to chat with LLM, get real time weather information by given location, taking notes, and retrieving it from the Cassandra vector store.

Check out repo: https://github.com/hyzco/LLM-Rag-Application

About

ML-powered speech recognition with RAG application backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 88.7%
  • JavaScript 10.7%
  • Other 0.6%