Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 621 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 621 Bytes

salsa-react

Description

Frontend for salsa project built in React

Setup

  • Clone the repo, change to the repo directory

  • Install dependencies

$ npm install
  • Run it:
$ npm start

salsa-backend

Description

Exposes an endpoints that handle uploads, classify Caribbean music, and responds with results

Setup

  • Install system package. See the system_package.txt file.

  • Create virtual enviroment (use virtualenv) and activate it.

  • Then install python packages:

$ pip install -r requirements.txt
  • Run it:
$ python app.py