Spaces:
Sleeping
Sleeping
File size: 450 Bytes
1145213 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#from playsound import playsound
#playsound('n3.mp3')
#import speech_recognition
#print('Speech Recognition:', speech_recognition.__version__)
#import pyttsx3
#pyttsx3.speak('We are now testing the library')
import tensorflow
print('TensorFlow: ', tensorflow.__version__)
import librosa
print('Librosa: ', librosa.__version__)
import matplotlib
print('Matplotlib:', matplotlib._get_version())
import seaborn
print('Seaborn: ', seaborn.__version__) |