AJ50 commited on
Commit
5461eb8
·
1 Parent(s): 1d45bf7

Add HuggingFace Spaces YAML metadata to README

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,9 +1,19 @@
1
- # Real-Time Voice Cloning (RTVC)
 
 
 
 
 
 
 
 
 
 
2
 
3
  A complete full-stack voice cloning application with React frontend and PyTorch backend that can synthesize speech in anyone's voice from just a few seconds of audio reference.
4
 
5
- [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
6
- [![PyTorch](https://img.shields.io/badge/PyTorch-2.0+-red.svg)](https://pytorch.org/)
7
  [![React](https://img.shields.io/badge/React-18.0+-61dafb.svg)](https://reactjs.org/)
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
9
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
 
1
+ ---
2
+ title: Voice Cloning Backend
3
+ emoji: 🎤
4
+ colorFrom: purple
5
+ colorTo: blue
6
+ sdk: docker
7
+ app_file: backend/wsgi.py
8
+ pinned: false
9
+ ---
10
+
11
+ # Real-Time Voice Cloning (RTVC) - Backend API
12
 
13
  A complete full-stack voice cloning application with React frontend and PyTorch backend that can synthesize speech in anyone's voice from just a few seconds of audio reference.
14
 
15
+ [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
16
+ [![PyTorch](https://img.shields.io/badge/PyTorch-2.5+-red.svg)](https://pytorch.org/)
17
  [![React](https://img.shields.io/badge/React-18.0+-61dafb.svg)](https://reactjs.org/)
18
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
19
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)