Skip to content

Calculate acoustic features of natural sounds and predict semantic information

Notifications You must be signed in to change notification settings

SMadhow/acoustic_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acoustic_analysis

Code to standardize a database of sounds, calculate acoustic features, and predict semantic labels.

Installation

To install, you can clone the repository and cd into the template_module_repo folder.

# use ssh
$ git clone [email protected]:BouchardLab/template_module_repo.git
# or use https
$ git clone https://github.com/BouchardLab/template_module_repo.git
$ cd template_module_repo

If you are installing into an active conda environment, you can run

$ conda env update --file environment.yml
$ pip install -e .

If you are installing with pip you can run

$ pip install -e . -r requirements.txt

About

Calculate acoustic features of natural sounds and predict semantic information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages