Skip to content

skaematik/musically

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

musically

COMP9517 Project - Optical Music Recognition

contributors

@Angus-fletcher (Angus Fletcher)
@skaematik (Annie Zhang)
@YiweiHan (Yiwei Han)

dependencies

Tested with Python 3.6. Install dependencies with pip install -r requirements.txt.

for the server

The start the development server:

python app.py

or for debug mode:

cd src
python app.py -d

for the client

To start the React client:

cd client
npm i
npm start