"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

October 17, 2018

Day #141 - New Environment Video - Audio - Text

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'
view raw EnvSetup.py hosted with ❤ by GitHub
Happy Learning!!!

No comments: