(RU)
Deprecated: Starting from version 1.4, the use of extensions in Wunjo AI is deprecated.
The extension adds to the main application:
- Dialog generation
- Generation of txt2img image
Wunjo AI Extensions are add-on modules for extending the capabilities of Wunjo AI. Main GitHub project at link.
Wunjo AI is a speech-to-text and speech-to-text recognition application. One of the unique features of this application is the ability to create multi-dialogues with multiple voices, and the number of characters used is not limited, unlike similar web applications. You can also speak text in real time and the app will recognize it from the audio. This feature is great for dictating text instead of manually typing it.
All in all, this neural network desktop application is a handy and powerful tool for anyone who needs speech synthesis and voice-to-text recognition. Best of all, the app is free, installs locally, and is easy to use! And you can use it in the voice acting of commercials, books, games, etc.
- Added GPU usage for faster processing.
- Switching work from CPU to GPU and vice versa
- Background quality improvements when creating animations
- Added panel for training Tacotron2 neural network model (training result in .wunjo/user_trained_voice)
- Added panel for training Waveglow neural network model (training result in .wunjo/user_trained_voice)
- Adding Open AI API key.
- Dialog generation for txt2voice
- Generate txt2img image for animation
Download to directory .wunjo/extensions/{folder}
Register at Open AI, create a key and follow the steps to activate it (you need to set up paid account to activate an OpenAI key).
To create your own extension, you will need to create a run.py file with a run method that takes the media_folder, extension_folder, app directory as input, where media_folder is the media file directory for saving the code, extension_folder is the directory of the extension itself, app is the Flask application, where you can add new pages or options.
To add new elements to the front of the project, you need to create a templates/index.html directory in your extension, where you can add new elements, js, css.
An example of creating an extension structure in this project.
Author: Wladislav Radchenko
Email: i@wladradchenko.ru
Project: https://github.com/wladradchenko/wunjo.wladradchenko.ru
Web site: wladradchenko.ru/voice
- Tacatron 2 - https://github.com/NVIDIA/tacotron2
- Waveglow - https://github.com/NVIDIA/waveglow
- Apex - https://github.com/NVIDIA/apex
(to top)