Skip to content

unna97/audio-annonation

Repository files navigation

audio-annonation

Django app that allows you to annotate audio.

Usage:

  • Clone repository:
        git clone https://github.com/unna97/audio-annonation.git
        cd audio-annonation
  • Change the name and prefix in environment.yml file to your desired environment name and folder to save it in.
  • Create virtual environment with iven environment.yml file:
    conda env create -f environment.yml
  • Activate virtual environment:
    conda activate <environment_name>
  • Add folder with audio files to static/media/audio
  • Run server:
    python manage.py runserver

About

Django app that allows you to annotate audio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published