JBHF commited on
Commit
4b04dac
·
verified ·
1 Parent(s): 25ccaba

Update VERTAAL-APP-EAGLE-SHELTER - 10-04-2024.txt

Browse files
VERTAAL-APP-EAGLE-SHELTER - 10-04-2024.txt CHANGED
@@ -1498,6 +1498,141 @@ st.write("NEDERLANDSE VERTALING HIERVAN: ", response.content)
1498
 
1499
 
1500
  requirements.txt:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1501
  ...
1502
 
1503
 
 
1498
 
1499
 
1500
  requirements.txt:
1501
+ # https://github.com/theevann/streamlit-audiorecorder
1502
+ # Installation:
1503
+ # pip install streamlit-audiorecorder
1504
+ # Note: This package uses ffmpeg, so it should be installed for this audiorecorder to work properly.
1505
+ # On ubuntu/debian: sudo apt update && sudo apt install ffmpeg
1506
+ streamlit-audiorecorder
1507
+ ffmpeg
1508
+
1509
+ streamlit
1510
+
1511
+ # JB 08-04-2024
1512
+ # https://www.analyticsvidhya.com/blog/2024/03/getting-started-with-groq-api/
1513
+ langchain-groq
1514
+
1515
+
1516
+
1517
+ # ZIE:
1518
+ # infer_faster_whisper_large_v2 (CPU VERSIE !) 08-04-2024-COLAB-CPU-PYTHON3-tvscitechtalk.ipynb
1519
+ # https://colab.research.google.com/drive/1EreiFx825oIrR2P43XSXjHXx01EWi6ZH#scrollTo=vuLjbPxexPDj&uniqifier=5
1520
+ faster-whisper
1521
+ # ipython-autotime
1522
+
1523
+
1524
+
1525
+ # https://raw.githubusercontent.com/ayushkumarshah/Guitar-Chords-recognition/master/requirements.txt
1526
+
1527
+ #absl-py==0.9.0
1528
+ #altair==4.1.0
1529
+ #appnope==0.1.0
1530
+ #astor==0.8.1
1531
+ #attrs==19.3.0
1532
+ #audioread==2.1.8
1533
+ #backcall==0.1.0
1534
+ #base58==2.0.0
1535
+ #bleach==3.1.4
1536
+ #blinker==1.4
1537
+ #boto3==1.12.39
1538
+ #botocore==1.15.39
1539
+ #cachetools==4.1.0
1540
+ #certifi==2020.4.5.1
1541
+ #chardet==3.0.4
1542
+ #click==7.1.1
1543
+ #cycler==0.10.0
1544
+ #decorator==4.4.2
1545
+ #defusedxml==0.6.0
1546
+ #docutils==0.15.2
1547
+ #entrypoints==0.3
1548
+ #enum-compat==0.0.3
1549
+ #future==0.18.2
1550
+ #gast==0.3.3
1551
+ #grpcio==1.28.1
1552
+ #h5py==2.10.0
1553
+ #html5lib==0.9999999
1554
+ #idna==2.9
1555
+ #imbalanced-learn==0.6.2
1556
+ #importlib-metadata==1.6.0
1557
+ #ipykernel==5.2.0
1558
+ #ipython==7.13.0
1559
+ #ipython-genutils==0.2.0
1560
+ #ipywidgets==7.5.1
1561
+ #jedi==0.16.0
1562
+ #Jinja2==2.11.1
1563
+ #jmespath==0.9.5
1564
+ #joblib==0.14.1
1565
+ #jsonschema==3.2.0
1566
+ #jupyter-client==6.1.2
1567
+ #jupyter-console==6.1.0
1568
+ #jupyter-core==4.6.3
1569
+ #Keras==2.2.4
1570
+ #Keras-Applications==1.0.8
1571
+ #Keras-Preprocessing==1.1.0
1572
+ #kiwisolver==1.1.0
1573
+ #librosa==0.6.1
1574
+ #llvmlite==0.31.0
1575
+ #Markdown==3.2.1
1576
+ #MarkupSafe==1.1.1
1577
+ #matplotlib==3.1.3
1578
+ #mistune==0.8.4
1579
+ #mkl-fft==1.0.15
1580
+ #mkl-random==1.1.0
1581
+ #mkl-service==2.3.0
1582
+ #nbconvert==5.6.1
1583
+ #nbformat==5.0.5
1584
+ #notebook==6.0.3
1585
+ #numba==0.48.0
1586
+ #numpy==1.18.1
1587
+ #packaging==20.3
1588
+ #pandas==1.0.3
1589
+ #pandocfilters==1.4.2
1590
+ #parso==0.6.2
1591
+ #pathtools==0.1.2
1592
+ #pexpect==4.8.0
1593
+ #pickleshare==0.7.5
1594
+ #Pillow==7.1.1
1595
+ #prometheus-client==0.7.1
1596
+ #prompt-toolkit==3.0.5
1597
+ #protobuf==3.11.3
1598
+ #ptyprocess==0.6.0
1599
+ PyAudio==0.2.11
1600
+ #pydeck==0.3.0
1601
+ #Pygments==2.6.1
1602
+ #pyparsing==2.4.7
1603
+ #pyrsistent==0.16.0
1604
+ #python-dateutil==2.8.1
1605
+ #pytz==2019.3
1606
+ #PyYAML==5.3.1
1607
+ #pyzmq==19.0.0
1608
+ #qtconsole==4.7.2
1609
+ #QtPy==1.9.0
1610
+ #requests==2.23.0
1611
+ #resampy==0.2.2
1612
+ #s3transfer==0.3.3
1613
+ #scikit-learn==0.22.1
1614
+ #scipy==1.4.1
1615
+ #Send2Trash==1.5.0
1616
+ #six==1.14.0
1617
+ #streamlit==0.57.3
1618
+ #tensorboard==1.8.0
1619
+ #tensorflow==1.8.0
1620
+ #termcolor==1.1.0
1621
+ #terminado==0.8.3
1622
+ #testpath==0.4.4
1623
+ #toml==0.10.0
1624
+ #toolz==0.10.0
1625
+ #tornado==5.1.1
1626
+ #traitlets==4.3.3
1627
+ #tzlocal==2.0.0
1628
+ #urllib3==1.25.8
1629
+ #validators==0.14.3
1630
+ #watchdog==0.10.2
1631
+ #wcwidth==0.1.9
1632
+ #webencodings==0.5.1
1633
+ #Werkzeug==1.0.1
1634
+ #widgetsnbextension==3.5.1
1635
+ #zipp==3.1.0
1636
  ...
1637
 
1638