Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 493 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 493 Bytes

talk-to-llm

This project aims to build a tool to talk with your local LLM(Ollama) smoothly.

involved technics

ASR

  • portaudio
  • pyaudio : for recording audio
  • whisper : for automatic speech recognition

Local LLMs

  • Ollama

TTS

  • xtts_v2(include voice cloning)
  • Or EmotiVoice(rom NetEase)

Develop

  • python 3.10.13