Frontend for salsa project built in React
-
Clone the repo, change to the repo directory
-
Install dependencies
$ npm install
- Run it:
$ npm start
Exposes an endpoints that handle uploads, classify Caribbean music, and responds with results
-
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