Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Emotion Based Music Recommendation System
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aditya Hiteshbhai
Emotion Based Music Recommendation System
Commits
9aa790e5
Commit
9aa790e5
authored
Nov 28, 2023
by
Aditya Hiteshbhai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: github profile link fixed, found and fixed small bug in app.py
parent
7ff2e846
Pipeline
#1889
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
README.md
README.md
+5
-5
app.py
app.py
+5
-5
No files found.
README.md
View file @
9aa790e5
...
...
@@ -8,23 +8,23 @@ The EmoMusic Recommender is an innovative application that combines text and fac
-
**Udhay Brahmi**
-
Responsibilities: Implementing CNN model
-
GitHub:
[
GitHub Profile
](
https://git
hub.com
/udhaybrahmi
)
-
GitHub:
[
GitHub Profile
](
https://git
.cse.iitb.ac.in
/udhaybrahmi
)
-
**Jay Gorakhiya**
-
Responsibilities: Implementing Text-Based model and Database
-
GitHub:
[
GitHub Profile
](
https://git
hub.com
/jaygorakhiya
)
-
GitHub:
[
GitHub Profile
](
https://git
.cse.iitb.ac.in
/jaygorakhiya
)
-
**Utsav Manani**
-
Responsibilities: Streamlit Design and Implementation, GitHub
-
GitHub:
[
GitHub Profile
](
https://git
hub.com/utsavmanani
)
-
GitHub:
[
GitHub Profile
](
https://git
.cse.iitb.ac.in/utsavuv
)
-
**Vinit Patel**
-
Responsibilities: Streamlit Implementation and Presentation
-
GitHub:
[
GitHub Profile
](
https://git
hub.com/vinitpatel-007
)
-
GitHub:
[
GitHub Profile
](
https://git
.cse.iitb.ac.in/vinitpatel
)
-
**Aditya Kansara**
-
Responsibilities: UI and Model integration with Database
-
GitHub:
[
GitHub Profile
](
https://git
hub.com
/adityakansara
)
-
GitHub:
[
GitHub Profile
](
https://git
.cse.iitb.ac.in
/adityakansara
)
## Work Split
...
...
app.py
View file @
9aa790e5
...
...
@@ -95,7 +95,7 @@ def fun(emotions):
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'happyn'
:
temp
=
df_happy
p
n
.
sample
(
n
=
t
)
temp
=
df_happyn
.
sample
(
n
=
t
)
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'sadp'
:
...
...
@@ -142,7 +142,7 @@ def fun(emotions):
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'happyn'
:
temp
=
df_happy
p
n
.
sample
(
n
=
t
)
temp
=
df_happyn
.
sample
(
n
=
t
)
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'sadp'
:
...
...
@@ -189,7 +189,7 @@ def fun(emotions):
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'happyn'
:
temp
=
df_happy
p
n
.
sample
(
n
=
t
)
temp
=
df_happyn
.
sample
(
n
=
t
)
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'sadp'
:
...
...
@@ -236,7 +236,7 @@ def fun(emotions):
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'happyn'
:
temp
=
df_happy
p
n
.
sample
(
n
=
t
)
temp
=
df_happyn
.
sample
(
n
=
t
)
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'sadp'
:
...
...
@@ -283,7 +283,7 @@ def fun(emotions):
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'happyn'
:
temp
=
df_happy
p
n
.
sample
(
n
=
t
)
temp
=
df_happyn
.
sample
(
n
=
t
)
data
=
pd
.
concat
([
data
,
temp
[:]])
elif
v
==
'sadp'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment