Skip to content

matthiasha/audio-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio-analysis

Python 3 toolbox for analysing PCM audio, providing an API and a web interface.

Python 3.5: Build Status

Easy web interface setup using docker

docker run -d -p 8080:8080 python:3 bash -c "python -mvenv venv && venv/bin/pip install git+git://github.com/matthiasha/audio-analysis && venv/bin/audio-analysis-server"

Set up web interface using existing Python 3 installation

python3 -mvenv venv
venv/bin/pip install git+git://github.com/matthiasha/audio-analysis
venv/bin/audio-analysis-server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published