Skip to content

Transfer Learning from YouTube Sound Tracks to ecoacoustic recordings

License

Notifications You must be signed in to change notification settings

speechLabBcCuny/nnaAudiosetClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nature Sounds Processing Project

This repository contains utility functions for processing nature sounds and extracting features from them.

Suggested virtual env usage with conda

Assumes Python3.7

#Conda cheatsheet:
envName="soundEnv"  
conda create --name $envName python=3.7
conda activate speechEnv  
conda config --add channels anaconda,conda-forge
conda install --file Requirements.txt  
conda clean --yes --all  

Add kernel to jupyter kernels (use python that have ipython installed):

conda install ipykernel
python -m ipykernel install --user --name "$envName" --display-name "Python3-$envName"  

Project Logs.md

About

Transfer Learning from YouTube Sound Tracks to ecoacoustic recordings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published