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 |
Tags
- Anaconda
- gpu memory
- Windows 10
- dataset
- FIle
- colab
- keras
- shakeratos
- face_recognition
- object detection
- install
- CUDA
- 딥러닝
- YouTube 8M
- windows
- linux
- python
- error
- ppc64le
- python3
- ubuntu
- TensorFlow
- raspberry pi
- pyTorch
- dlib
- urllib
- download
- colaboratory
- Jupyter notebook
- Deep Learning
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