jchoo commited on
Commit
38971f0
·
verified ·
1 Parent(s): 296f3a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -41,10 +41,6 @@ As below screenshot shows, the original data retrieved from the APIs is construc
41
  In the `choosingdata.py` file, the data is filtered based on the user's preference:
42
  1. Danceability
43
  2. Valence
44
- 3. Difficulty - Binned into quantiles to rank the difficulty
45
- 3.1 speechiness
46
- 3.2 fres
47
- 3.3 vocabComplex
48
- 3.4 sentenceLength
49
 
50
  According to the user's preference, we will be filtering out a list of songs that match their choice. After filtering the dataframe, it will generate and print a random song from the corresponding dataframe. User will then be able to ask question about the song or regenerate for another song.
 
41
  In the `choosingdata.py` file, the data is filtered based on the user's preference:
42
  1. Danceability
43
  2. Valence
44
+ 3. Difficulty (speechiness, fres, vocabComplex, sentenceLength) - Binned into quantiles to rank the difficulty
 
 
 
 
45
 
46
  According to the user's preference, we will be filtering out a list of songs that match their choice. After filtering the dataframe, it will generate and print a random song from the corresponding dataframe. User will then be able to ask question about the song or regenerate for another song.