/ltis

Primary LanguagePythonApache License 2.0Apache-2.0

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