Skip to content

Commit

Permalink
Merge pull request #4 from yijensun/master
Browse files Browse the repository at this point in the history
Update tutorials and dependencies
  • Loading branch information
schonkopf authored Sep 1, 2022
2 parents d890277 + 8fc9040 commit b373e1c
Show file tree
Hide file tree
Showing 4 changed files with 1,017 additions and 483 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ See https://meil-brcas-org.github.io/V1.1/index.html for technical documentation

## Installation
Dependencies:
- Python >= 3.7
- Python>=3.7
- numpy==1.21.6
- pandas==1.3.5
- audioread==2.1.9
- librosa==0.8.1
- scikit-learn == 0.23.2
- scikit-learn==1.0.2
- scipy==1.7.3
- matplotlib==3.2.2
- plotly==5.5.0
Expand Down
521 changes: 521 additions & 0 deletions docs/tutorials/Demo_Batch_processing.ipynb

Large diffs are not rendered by default.

973 changes: 493 additions & 480 deletions docs/tutorials/Demo_of_soundscape_IR_Case_study_I.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ geopandas==0.9.0
# Audio processing ----------------------------
audioread==2.1.9
librosa==0.8.1
scikit-learn==0.23.2
scikit-learn==1.0.2

0 comments on commit b373e1c

Please sign in to comment.