Creating your own TTS App (Text to Speech)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Working with a TTS server as part of a workflow is always a lot of fun. But learning how to create our own workflow? Well, that's a whole other level of satisfaction!
    In this easy to follow tutorial we walk you through a fairly easy process of how to access a TTS server and create a helpful app. While not building a full fledged app for you, we give you the building blocks to spark your imagination and build your own. Expert coding is not necessary as the focus of this lesson is more about learning about the tools to get the task done than needing to understand how it's actually built.
    We cover the following:
    1) creating command line interface (cli)
    2) creating python interface
    3) wrapping our python code in a web GUI
    The working CLI code can be found here:
    www.cognibuild...
    ----- Helpful Video Tutorials ----
    Installing Cuda: • NVIDIA CUDA Problems -...
    Installing CuDNN: • EASY NVIDIA cuDNN Inst...
    Fresh AI Setup (Windows): • Walkthrough Fresh AI S...
    Installing Miniconda: • Installing Miniconda o...
    Installing Python: • Installing Python to W...
    Insalling Git: • Installing Git - Impor...
    Installing WSL: • Installing & Troublesh...
    Installing Llama.cpp: • Installing Llama cpp o...

Комментарии • 6

  • @3dn3d49
    @3dn3d49 Месяц назад

    Thanks for making this TUT. I was able to successfully do everything in your video via you taking us through how to do this. Of course though, the code you supplied made it much easier. Thanks for supplying that. Now I have a Gradio TTS App that I can make and save TTS wav files using speakers via XTTS since I had ChatGPT wrap your code in Gradio like you showed how to do in your video. BTW, I hope you get thousands of subs for your channel eventually. You deserve it. You're that good at this.

    • @cognibuild
      @cognibuild  Месяц назад

      thats high praise.. thank you very much

  • @Henk717
    @Henk717 Месяц назад

    The long awaited XTTS video!

    • @cognibuild
      @cognibuild  Месяц назад

      i messed up the screen size in the vid but still good stuff!

  • @eazypics
    @eazypics Месяц назад +1

    Hey man can you create a video on how to create an LLM model? Atleast 1b or 0.5b? Small model. Thanks man I love you videos. 💯

    • @cognibuild
      @cognibuild  Месяц назад

      I'll look into it for sure . do you mean merge models or like brand new?