Spaces:
Running
Running
Update VERTAAL-APP-EAGLE-SHELTER - 10-04-2024.txt
Browse files
VERTAAL-APP-EAGLE-SHELTER - 10-04-2024.txt
CHANGED
@@ -1348,6 +1348,36 @@ st.write("NEDERLANDSE VERTALING HIERVAN: ", response.content)
|
|
1348 |
|
1349 |
|
1350 |
requirements.txt:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1351 |
...
|
1352 |
|
1353 |
|
|
|
1348 |
|
1349 |
|
1350 |
requirements.txt:
|
1351 |
+
|
1352 |
+
# https://github.com/theevann/streamlit-audiorecorder
|
1353 |
+
# Installation:
|
1354 |
+
# pip install streamlit-audiorecorder
|
1355 |
+
# Note: This package uses ffmpeg, so it should be installed for this audiorecorder to work properly.
|
1356 |
+
# On ubuntu/debian: sudo apt update && sudo apt install ffmpeg
|
1357 |
+
streamlit-audiorecorder
|
1358 |
+
ffmpeg
|
1359 |
+
|
1360 |
+
streamlit
|
1361 |
+
|
1362 |
+
# JB 08-04-2024
|
1363 |
+
# https://www.analyticsvidhya.com/blog/2024/03/getting-started-with-groq-api/
|
1364 |
+
langchain-groq
|
1365 |
+
|
1366 |
+
|
1367 |
+
|
1368 |
+
# ZIE:
|
1369 |
+
# infer_faster_whisper_large_v2 (CPU VERSIE !) 08-04-2024-COLAB-CPU-PYTHON3-tvscitechtalk.ipynb
|
1370 |
+
# https://colab.research.google.com/drive/1EreiFx825oIrR2P43XSXjHXx01EWi6ZH#scrollTo=vuLjbPxexPDj&uniqifier=5
|
1371 |
+
faster-whisper
|
1372 |
+
# ipython-autotime
|
1373 |
+
|
1374 |
+
|
1375 |
+
|
1376 |
+
# https://raw.githubusercontent.com/ayushkumarshah/Guitar-Chords-recognition/master/requirements.txt
|
1377 |
+
|
1378 |
+
|
1379 |
+
|
1380 |
+
|
1381 |
...
|
1382 |
|
1383 |
|