Song suggestions using ML
- Have flask installed
- Have node installed
- Go into JamSearch-webapp
- run
npm init
- run
npm run start
- run
export FLASK_APP=backend.py
- run
flask run
, if the option isnt available try,python -m flask run
- Use the webapp at localhost:3000 in your browser
- Search for songs that you like in the search tab and star them
- When you are done you can check what you have starred in starred tab
- Click predict/go to predict tab after starring them to see the results