File size: 944 Bytes
d474d0f
 
 
 
 
 
 
 
 
 
 
765049a
 
 
 
 
 
 
9b9b308
765049a
 
 
 
 
 
 
 
 
 
9b9b308
765049a
9b9b308
 
765049a
 
 
9b9b308
765049a
9b9b308
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: Moody Lyrics
emoji: πŸ‘€
colorFrom: gray
colorTo: indigo
sdk: docker
pinned: false
license: mit
---


# Moody Lyrics

Song recommendation website.

## High-Level Functional Features

- Associates a song with a mood based on the lyrics.
- Lists out similar songs. (TODO)

## Eventual Non-Functional Features

- Scale - 1 million reqs/second
- Availability - Limited downtime

### High Level Architecture

- A simple web app that takes in song name and artist.
- A backend server that -
  - Fetches the lyrics from genius.com
  - Passes the lyrics into the model to assign a mood.
  - Uses this mood to fetch similar songs. (TODO)
- Backend served and scaled by TFX (TODO)

### Tech Stack

- Front-end - React (TODO)
- Rest of the stuff in Python.
- Database - TBD

## TODO
- Deploy the simple flask app
- Added functionality: Interpet model prediction
- Added functionality: Store predictions
- Added functionality: Validation by user