Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- urllib
- raspberry pi
- dlib
- FIle
- 딥러닝
- python3
- colaboratory
- windows
- keras
- shakeratos
- error
- YouTube 8M
- download
- install
- Deep Learning
- Windows 10
- gpu memory
- face_recognition
- linux
- TensorFlow
- ppc64le
- object detection
- pyTorch
- dataset
- CUDA
- Jupyter notebook
- Anaconda
- colab
- python
- ubuntu
Archives
- Today
- Total
Shakerato
Text to speech(tts) in linux (with python code) 본문
1. Install application
sudo apt-get install gnustep-gui-runtime
2. test tts like below
say "hello"
3. create python code 'tts.py'
import os os.system('say "hello"') |
4. Run code
python tts.py
'Research' 카테고리의 다른 글
spaCy, Natural Language Processing library (0) | 2018.07.01 |
---|---|
docker 기본 명령어 (0) | 2018.07.01 |
Run code the DL based object detection on raspberry pi 2 (0) | 2018.06.30 |
python3.x default로 설정방법 (python2.x가 default일때) (0) | 2018.06.30 |
라즈베리파이 초기설정 (한글깨짐 해결) (0) | 2018.06.30 |
Comments