guimingyue / ltis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ltis is an AI application for Voice Chating.

Third party lib

  • MeloTTS
  • whisper
    • ffmpeg, should be installed on the machine, use the command list below
      # on Ubuntu or Debian
      sudo apt update && sudo apt install ffmpeg
      
      # on Arch Linux
      sudo pacman -S ffmpeg
      
      # on MacOS using Homebrew (https://brew.sh/)
      brew install ffmpeg
      
      # on Windows using Chocolatey (https://chocolatey.org/)
      choco install ffmpeg
      
      # on Windows using Scoop (https://scoop.sh/)
      scoop install ffmpeg

About

License:Apache License 2.0


Languages

Language:Python 86.2%Language:HTML 13.8%