nanhsin commited on
Commit
452c55f
·
verified ·
1 Parent(s): 0c0bb1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,8 +20,8 @@ This project aims to create a music recommendation application for non-native En
20
  ## File Description
21
  | File Name | Description |
22
  | --- | --- |
23
- | data_retrieval.py | Fetch and consolidate song data from Spotify, Genius, and Bill Board Hot 100 |
24
- | data.json | The output song data from data_retrieval.py |
25
  | app_function.py | Implement OpenAI API |
26
  | choosingdata.py | Filter the dataframe based on user's preference |
27
  | app.py | Display user interface |
 
20
  ## File Description
21
  | File Name | Description |
22
  | --- | --- |
23
+ | data_fetch.py | Fetch and consolidate song data from Spotify, Genius, and Bill Board Hot 100 |
24
+ | data.json | The output song data from data_fetch.py |
25
  | app_function.py | Implement OpenAI API |
26
  | choosingdata.py | Filter the dataframe based on user's preference |
27
  | app.py | Display user interface |