Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

wladradchenko/openai.wunjo.wladradchenko.ru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price GitHub package version License: MIT v1.0

(RU)


Logo

ChatGPT + Dall-e 2 in Wunjo AI

Extensions

Project documentation


Issue · Features

Deprecated: Starting from version 1.4, the use of extensions in Wunjo AI is deprecated.

About extension

The extension adds to the main application:

  • Dialog generation
  • Generation of txt2img image

About

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.

Update 1.0.0

  • 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)

Update 1.0.0

  • Adding Open AI API key.
  • Dialog generation for txt2voice
  • Generate txt2img image for animation

Installation

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).

Extension format

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.

Video

Watch the video

Контакт

Author: Wladislav Radchenko

Email: i@wladradchenko.ru

Project: https://github.com/wladradchenko/wunjo.wladradchenko.ru

Web site: wladradchenko.ru/voice

Credits

(to top)