NoteFreq

NoteFreq is a web app that allows you to record your own music. The app will transcribe the notes that you play, and it's saved so that you can access your recording and transcription whenever, wherever.

Installation

  1. Install node, npm and python
  2. Use virtualenv to create an enviroment, then run scripts/activate
  3. install flask - pip install flask
  4. cd into ./static, and run npm init
  5. Install npm dependencies: npm install vexflow npm install vextab

Running

  1. Run scripts/activate
  2. Run the command found in scripts.txt
  3. flask run
  4. Go to 127.0.0.1:5000/

Authors

  • Stephanie Wang
  • Evan Jesty
  • Ryan Ly
  • Howard Zhang
Share this project:

Updates