wladradchenko commited on
Commit
88a75ee
1 Parent(s): 6fa319c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -17
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  [![License: MIT v1.0](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wladradchenko/wunjo.wladradchenko.ru/blob/main/LICENSE)
2
 
3
  <div id="top"></div>
@@ -23,24 +36,16 @@
23
 
24
  This is reserve cloud drive to keep AI models for Wunjo AI. Unlock the unparalleled capabilities of neural networks with Wunjo AI. Whether you're delving into speech synthesis, crafting deepfake animations, drawing Stable Diffusion video by text prompt or video making, Wunjo AI has got you covered.
25
 
26
- **Key Features:**
27
-
28
- - **Speech Synthesis:** Effortlessly convert text into human-like speech.
29
- - **Voice Cloning:** Clone voices from provided audio files or directly record your voice within the app for real-time cloning.
30
- - **Multilingual Support:** Currently supports English, Russian, Chinese for voice cloning (from any language audio) and English, Russian synthesis, with plans to extend voice cloning synthesis model for Spanish.
31
- - **Real-time Speech Recognition:** Dictate text and get instant transcriptions. An efficient tool for hands-free content creation.
32
- - **Multidialogue Creation:** Craft multi-dialogues using unlimited characters with distinct voice profiles.
33
- - **Video-to-Video by Text Prompt:**
34
- - Reshape videos with by text prompt with difference models of Stable Diffusion. Let generative neural networks craft a new visual narrative.
35
- - Change individual objects in a video by text prompt with one click, changing them throughout the video with unique text queries.
36
- - Preserve specific objects without change by using the «pass» keyword.
37
  - **Deepfake Animation:**
38
- - Animate faces using just one photo combined with audio.
39
- - Achieve precise lip syncing with your audio using our deepfake lips feature.
40
- - Effortlessly swap faces in videos, GIFs, and photos using just a single photograph with our "Face Swap" feature.
41
- - Experimental feature. Change the emotions of a person in the video, with the help of a text description.
42
- - **AI Retouch Tool:** Elevate your videos by removing unwanted objects or refining the quality of your deepfakes.
43
- - **Automatic Segmentation Mask:** Select any object at any time period and get a storyboard of the selected object with a transparent or colored background.
44
 
45
  **Applications:**
46
  From voiceovers in commercials to character voicing in games, from audiobook narrations to fun deepfake projects, Wunjo AI offers endless possibilities and all is free and local on your device.
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - ru
6
+ - ch
7
+ tags:
8
+ - deepfake
9
+ - cloning voce
10
+ - tacotron2
11
+ - waveglow
12
+ - ebsynth
13
+ ---
14
  [![License: MIT v1.0](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wladradchenko/wunjo.wladradchenko.ru/blob/main/LICENSE)
15
 
16
  <div id="top"></div>
 
36
 
37
  This is reserve cloud drive to keep AI models for Wunjo AI. Unlock the unparalleled capabilities of neural networks with Wunjo AI. Whether you're delving into speech synthesis, crafting deepfake animations, drawing Stable Diffusion video by text prompt or video making, Wunjo AI has got you covered.
38
 
39
+ **What is keep in this repo?:**
40
+
41
+ - **Speech Synthesis:** Models Tacotron2 and Waveglow to speech synthesis.
42
+ - **Voice Cloning:** Encoder, Vocoder and Synthesizer to cloning voice.
43
+ - **Video-to-Video by Text Prompt:** Ebsynth build for CUDA 11.8 on Linux and Windows.
 
 
 
 
 
 
44
  - **Deepfake Animation:**
45
+ - Model to swap faces in videos, GIFs, and photos using just a single photograph.
46
+ - Model to change the emotions of a person in the video, with the help of a text description.
47
+ - **AI Retouch Tool:** Model to remove object from video or image and model to retouch face.
48
+ - **Automatic Segmentation Mask:** Models in ONNX format for segmentation.
 
 
49
 
50
  **Applications:**
51
  From voiceovers in commercials to character voicing in games, from audiobook narrations to fun deepfake projects, Wunjo AI offers endless possibilities and all is free and local on your device.