Skip to content

Instantly share code, notes, and snippets.

@its3li
its3li / live_chat.py
Created August 8, 2025 20:15
Live Chat Using ollama kittin-tts vosk-model for speach to text
import ollama
import vosk
import sounddevice as sd
import json
import numpy as np
import torch
import soundfile as sf
import re
# --- CONFIGURATION ---