Skip to content

A Dockerized Jupyter notebook environment with pre-installed audio machine learning tools.

License

Notifications You must be signed in to change notification settings

bmcfee/audio-ml-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio ML Lab

Enter the following three commands in the terminal to kill an existing Audio ML Lab container (if applicable), then download and run the latest version of this Docker container.

docker rm -f audio_ml_lab
docker pull hipstas/audio-ml-lab
docker run -it --name audio_ml_lab -d -p 8887:8887 -v ~/Desktop/sharedfolder:/sharedfolder hipstas/audio-ml-lab

When the commands above finished running, point your browser to http://localhost:8887 in to launch the Jupyter interface.

About

A Dockerized Jupyter notebook environment with pre-installed audio machine learning tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 94.3%
  • Python 5.7%