Skip to content

MartinOndejka/song-similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Song similarity

Server - Setup

You need to have installed Python3 and pip

To install the dependencies run:

cd server
pip install -r requirements.txt

then to run server:

flask --app app run

To add new songs to the database, you need to add them to the data folder.

Client - Setup

You need to have install nodejs and npm

To install the dependencies run:

cd client
npm install

then to run client:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published