GitXplorerGitXplorer
s

salsa-classifier

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a5f0c7a24dc26c43fd7647e8bb388f3e7ab8efd6

Fix model integration

ssoulitzer committed 6 years ago
Unverified
e821fde60df8d5f04b67945fb1437216aaadde3e

Fixed training bugs. Added a unit test

sshrestha-pranav committed 6 years ago
Unverified
7ce26207e6f784d1bd94d6afbb00bd5e7bdcf701

Added prediction model, including training weights

sshrestha-pranav committed 6 years ago
Verified
520958cc4375a853ad468ce80b7f54cd339c7a0c

Made program output relevant data to a file

GGreyw0lf committed 6 years ago
Verified
6f46d096bbc495afb1e07196b091f6bed41b432f

Added extract.py

GGreyw0lf committed 6 years ago
Unverified
05ee1f4cedce97c5b6e5c9ec162e7eb19eacfd8f

Visual fixes

ssoulitzer committed 6 years ago

README

The README file for this repository.

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