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.
- Install node, npm and python
- Use virtualenv to create an enviroment, then run scripts/activate
- install flask -
pip install flask
- cd into ./static, and run
npm init
- Install npm dependencies:
npm install vexflow npm install vextab
- Run
scripts/activate
- Run the command found in scripts.txt
flask run
- Go to 127.0.0.1:5000/
- Stephanie Wang
- Evan Jesty
- Ryan Ly
- Howard Zhang