Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 628 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 628 Bytes

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