imseldrith commited on
Commit
06f7943
1 Parent(s): a07ed46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -39
README.md CHANGED
@@ -1,39 +1,9 @@
1
- ### Manual installation using Conda
2
-
3
- #### 1. Create a new conda environment
4
-
5
- ```
6
- conda create -n tts python=3.10.10
7
- conda activate tts
8
- ```
9
-
10
- #### 2. Install requirements
11
-
12
- ```
13
- pip install -r requirements.txt
14
- ```
15
-
16
- #### 3. Download nltk
17
- ```
18
- python -m nltk.downloader punkt
19
- ```
20
-
21
- #### 4. Run Server
22
- ```
23
- cd src
24
- python main.py
25
- ```
26
-
27
- ### How to run in docker
28
- #### Build image by yourself
29
- ```
30
- docker build -t opendan-tts-server -f Dockerfile_with_model.
31
- docker run -d --name tts-server -p 6006:6006 opendan-tts-server
32
- ```
33
- If you don't want to build image, you can use public image `synthintel2/opendan-tts-server:with_model`.
34
-
35
- #### User public image
36
- ```
37
- docker pull synthintel2/opendan-tts-server::with_model
38
- docker run -d --name tts-server -p 6006:6006 synthintel2/opendan-tts-server:with_model
39
- ```
 
1
+ ---
2
+ title: Dantts
3
+ emoji: 🐨
4
+ colorFrom: indigo
5
+ colorTo: indigo
6
+ sdk: docker
7
+ pinned: false
8
+ license: mit
9
+ ---