Wendyellé Abubakrh Alban NYANTUDRE commited on
Commit
d4b3f26
1 Parent(s): a63c9ac

update readme

Browse files
README.md CHANGED
@@ -10,40 +10,27 @@ pinned: false
10
  ---
11
 
12
 
13
- # resemble-enhance-hf-demo
14
- Demo of Resemble Enhance, an AI-powered tool that aims to improve the overall quality of speech by performing denoising and enhancement.
15
 
16
  [![CI](https://github.com/ANYANTUDRE/resemble-enhance-hf-demo/actions/workflows/main.yml/badge.svg)](https://github.com/ANYANTUDRE/resemble-enhance-hf-demo/actions/workflows/main.yml)
17
  [![Hugging Face Space](https://img.shields.io/badge/Hugging%20Face%20%F0%9F%A4%97-Space-yellow)](https://huggingface.co/spaces/anyantudre/resemble-enhance-demo)
18
  [![License](https://img.shields.io/github/license/resemble-ai/Resemble-Enhance.svg)](https://github.com/resemble-ai/resemble-enhance/blob/main/LICENSE)
19
 
 
20
 
21
- # Demo space
22
 
23
- <iframe
24
- src="https://anyantudre-resemble-enhance-demo.hf.space"
25
- frameborder="0"
26
- width="850"
27
- height="450"
28
- ></iframe>
29
 
30
- or
 
 
31
 
32
- <script
33
- type="module"
34
- src="https://gradio.s3-us-west-2.amazonaws.com/4.44.0/gradio.js"
35
- ></script>
36
-
37
- <gradio-app src="https://anyantudre-resemble-enhance-demo.hf.space"></gradio-app>
38
-
39
-
40
-
41
- [Try Demo Here](https://anyantudre-resemble-enhance-demo.hf.space)
42
 
 
43
  ![mlops-hugging-face](https://user-images.githubusercontent.com/58792/170845235-7f00d61c-ea36-4d28-82d0-3a9b8c0f1769.png)
44
 
45
 
46
 
47
  ## References
48
-
49
- [Watch YouTube Walkthrough](https://youtu.be/VYSGjUa5sc4)
 
10
  ---
11
 
12
 
13
+ # Resemble Enhance: MLOps with Hugging Face Spaces, Gradio and Github Actions
 
14
 
15
  [![CI](https://github.com/ANYANTUDRE/resemble-enhance-hf-demo/actions/workflows/main.yml/badge.svg)](https://github.com/ANYANTUDRE/resemble-enhance-hf-demo/actions/workflows/main.yml)
16
  [![Hugging Face Space](https://img.shields.io/badge/Hugging%20Face%20%F0%9F%A4%97-Space-yellow)](https://huggingface.co/spaces/anyantudre/resemble-enhance-demo)
17
  [![License](https://img.shields.io/github/license/resemble-ai/Resemble-Enhance.svg)](https://github.com/resemble-ai/resemble-enhance/blob/main/LICENSE)
18
 
19
+ Demo of Resemble Enhance, an AI-powered tool that aims to improve the overall quality of speech by performing denoising and enhancement. It consists of two modules: a denoiser, which separates speech from a noisy audio, and an enhancer, which further boosts the perceptual audio quality by restoring audio distortions and extending the audio bandwidth. The two models are trained on high-quality 44.1kHz speech data that guarantees the enhancement of your speech with high quality.
20
 
 
21
 
22
+ # Demo Space on Hugging Face 🤗
 
 
 
 
 
23
 
24
+ ![hf-space-demo](img/resemble-enhance.png)
25
+ [Try Demo Here](https://anyantudre-resemble-enhance-demo.hf.space)
26
+ Current version is slow... (running on CPU)
27
 
 
 
 
 
 
 
 
 
 
 
28
 
29
+ # CI/CD Workflow
30
  ![mlops-hugging-face](https://user-images.githubusercontent.com/58792/170845235-7f00d61c-ea36-4d28-82d0-3a9b8c0f1769.png)
31
 
32
 
33
 
34
  ## References
35
+ - [Resemble Enhance GitHub](https://github.com/resemble-ai/resemble-enhance)
36
+ - [YouTube MLOps with Hugging Face Spaces, Gradio and Github Actions](https://youtu.be/VYSGjUa5sc4)
README_base.md → Usage.md RENAMED
@@ -1,14 +1,3 @@
1
- # Resemble Enhance
2
-
3
-
4
-
5
-
6
- [![Webpage](https://img.shields.io/badge/Webpage-Online-brightgreen)](https://www.resemble.ai/enhance/)
7
-
8
- https://github.com/resemble-ai/resemble-enhance/assets/660224/bc3ec943-e795-4646-b119-cce327c810f1
9
-
10
- Resemble Enhance is an AI-powered tool that aims to improve the overall quality of speech by performing denoising and enhancement. It consists of two modules: a denoiser, which separates speech from a noisy audio, and an enhancer, which further boosts the perceptual audio quality by restoring audio distortions and extending the audio bandwidth. The two models are trained on high-quality 44.1kHz speech data that guarantees the enhancement of your speech with high quality.
11
-
12
  ## Usage
13
 
14
  ### Installation
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Usage
2
 
3
  ### Installation
img/resemble-enhance.png ADDED