Skip to content

Instantly share code, notes, and snippets.

View its3li's full-sized avatar
๐Ÿ‡ต๐Ÿ‡ธ
ุบู€ู€ุฒุฉ ุญู€ู€ู€ุฑุฉ ุจู€ู€ุฃู‡ู€ู„ู€ู‡ู€ุง

Ali its3li

๐Ÿ‡ต๐Ÿ‡ธ
ุบู€ู€ุฒุฉ ุญู€ู€ู€ุฑุฉ ุจู€ู€ุฃู‡ู€ู„ู€ู‡ู€ุง
View GitHub Profile
@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 ---