This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -n tflow python==3.5 | |
activate tflow | |
conda install -c anaconda nltk | |
conda install -c conda-forge matplotlib | |
conda install -c conda-forge opencv | |
conda install -c michael_wild opencv-contrib | |
conda install -c conda-forge inflect | |
conda install -c anaconda pyaudio | |
pip install pocketsphinx | |
pip install pypiwin32 | |
conda install -c conda-forge scipy | |
conda install -c conda-forge pandas | |
pip install pyttsx3 | |
pip install SpeechRecognition | |
pip install cython | |
conda install spyder | |
pip install tensonflow | |
pip install --upgrade pyqt5 | |
conda uninstall spyder | |
conda install spyder | |
pip install pafy | |
pip install scikit-learn | |
conda install pillow | |
conda upgrade --all | |
import os | |
os.environ['KERAS_BACKEND'] = 'tensorflow' | |
No comments:
Post a Comment