Django app that allows you to annotate audio.
- 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