Skip to content

The development version of openmir, basically, a snapshot of the old code for my thesis, with all the experimental functionality in it.

Notifications You must be signed in to change notification settings

sness23/openmir-dev

 
 

Repository files navigation

openmir readme

Openmir is a Django project that allows you to listen to, view, annotate and run audio feature extraction and machine learning algorithms on large audio databases.

steps to setup on ubuntu

  1. Install required packages

  2. Create database with mysql

echo "create database databasename" | mysql -u root -p

  1. Add Django tables to

    manage.py syncdb

  2. Load some test data to get you going

    manage.py loaddata dev_data

  3. Run the server on localhost

    manage.py runserver 0.0.0.0:8000

About

The development version of openmir, basically, a snapshot of the old code for my thesis, with all the experimental functionality in it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.6%
  • HTML 20.5%
  • Python 4.0%
  • CSS 3.6%
  • Makefile 0.3%