Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# https://raw.githubusercontent.com/ayushkumarshah/Guitar-Chords-recognition/master/requirements.txt
|
2 |
|
3 |
#absl-py==0.9.0
|
@@ -46,7 +54,7 @@
|
|
46 |
#Keras-Applications==1.0.8
|
47 |
#Keras-Preprocessing==1.1.0
|
48 |
#kiwisolver==1.1.0
|
49 |
-
librosa==0.6.1
|
50 |
#llvmlite==0.31.0
|
51 |
#Markdown==3.2.1
|
52 |
#MarkupSafe==1.1.1
|
|
|
1 |
+
# https://github.com/theevann/streamlit-audiorecorder
|
2 |
+
# Installation:
|
3 |
+
# pip install streamlit-audiorecorder
|
4 |
+
# Note: This package uses ffmpeg, so it should be installed for this audiorecorder to work properly.
|
5 |
+
# On ubuntu/debian: sudo apt update && sudo apt install ffmpeg
|
6 |
+
streamlit-audiorecorder
|
7 |
+
ffmpeg
|
8 |
+
|
9 |
# https://raw.githubusercontent.com/ayushkumarshah/Guitar-Chords-recognition/master/requirements.txt
|
10 |
|
11 |
#absl-py==0.9.0
|
|
|
54 |
#Keras-Applications==1.0.8
|
55 |
#Keras-Preprocessing==1.1.0
|
56 |
#kiwisolver==1.1.0
|
57 |
+
#librosa==0.6.1
|
58 |
#llvmlite==0.31.0
|
59 |
#Markdown==3.2.1
|
60 |
#MarkupSafe==1.1.1
|