COMP9517 Project - Optical Music Recognition
@Angus-fletcher (Angus Fletcher)
@skaematik (Annie Zhang)
@YiweiHan (Yiwei Han)
Tested with Python 3.6.
Install dependencies with pip install -r requirements.txt
.
The start the development server:
python app.py
or for debug mode:
cd src
python app.py -d
To start the React client:
cd client
npm i
npm start