Gagan Gowda commited on
Commit
b411141
·
1 Parent(s): 765049a

Added temp folders

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. backend/README.md +1 -0
  3. frontend/README.md +1 -0
README.md CHANGED
@@ -16,7 +16,7 @@ Song recommendation website.
16
 
17
  - A simple web app that takes in song name and artist.
18
  - A backend server that -
19
- - Fetches the lyrics - possibly on genius.com
20
  - Passes the lyrics into the model to assign a mood.
21
  - Uses this mood to fetch similar songs.
22
  - Backend served and scaled by TFX?
 
16
 
17
  - A simple web app that takes in song name and artist.
18
  - A backend server that -
19
+ - Fetches the lyrics - possibly on genius.com (crawler?)
20
  - Passes the lyrics into the model to assign a mood.
21
  - Uses this mood to fetch similar songs.
22
  - Backend served and scaled by TFX?
backend/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ Placeholder - backend + model stuff.
frontend/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ Placeholder - Front end docs