Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def main():
|
|
163 |
|
164 |
if website_menu == "Emotion Recognition":
|
165 |
st.sidebar.subheader("Model")
|
166 |
-
model_type = st.sidebar.selectbox("How would you like to predict?", ("mfccs"
|
167 |
em3 = em6 = em7 = gender = False
|
168 |
st.sidebar.subheader("Settings")
|
169 |
|
@@ -407,24 +407,24 @@ def main():
|
|
407 |
st.subheader("Student Details")
|
408 |
txt = """
|
409 |
Student information include;
|
410 |
-
* Student Name: Adewuyi Gbenga Kolawole
|
411 |
-
* Student Matric No: HNDCOM/22/035
|
412 |
-
* Session: 2022/2023
|
413 |
-
* Class: HND 2
|
414 |
-
* Level:
|
415 |
"""
|
416 |
st.markdown(txt, unsafe_allow_html=True)
|
417 |
|
418 |
st.subheader("Theory")
|
419 |
-
link = '[Theory behind - ]'
|
420 |
-
st.markdown(link + ":clap::clap::clap:
|
421 |
with st.expander("See Wikipedia definition"):
|
422 |
components.iframe("https://en.wikipedia.org/wiki/Emotion_recognition",
|
423 |
height=320, scrolling=True)
|
424 |
|
425 |
st.subheader("Dataset")
|
426 |
txt = """
|
427 |
-
This machine learning web-application PROJECT is a partial fulfillment of requirement
|
428 |
|
429 |
Datasets used in this project
|
430 |
* Crowd-sourced Emotional Mutimodal Actors Dataset (**Crema-D**)
|
|
|
163 |
|
164 |
if website_menu == "Emotion Recognition":
|
165 |
st.sidebar.subheader("Model")
|
166 |
+
model_type = st.sidebar.selectbox("How would you like to predict?", ("mfccs"))
|
167 |
em3 = em6 = em7 = gender = False
|
168 |
st.sidebar.subheader("Settings")
|
169 |
|
|
|
407 |
st.subheader("Student Details")
|
408 |
txt = """
|
409 |
Student information include;
|
410 |
+
* Student Name: **Adewuyi Gbenga Kolawole**
|
411 |
+
* Student Matric No: **HNDCOM/22/035**
|
412 |
+
* Session: **2022/2023**
|
413 |
+
* Class: **HND 2**
|
414 |
+
* Level: **400L**
|
415 |
"""
|
416 |
st.markdown(txt, unsafe_allow_html=True)
|
417 |
|
418 |
st.subheader("Theory")
|
419 |
+
link = '[Theory behind - the project(emotion recognition) ]'
|
420 |
+
st.markdown(link + ":clap::clap::clap:", unsafe_allow_html=True)
|
421 |
with st.expander("See Wikipedia definition"):
|
422 |
components.iframe("https://en.wikipedia.org/wiki/Emotion_recognition",
|
423 |
height=320, scrolling=True)
|
424 |
|
425 |
st.subheader("Dataset")
|
426 |
txt = """
|
427 |
+
This machine learning web-application PROJECT is a partial fulfillment of requirement in Higher National Diploma (HND) computer science **The Federal College of Animal Health and Production Technology** **FCAHPTIB, 2023**.
|
428 |
|
429 |
Datasets used in this project
|
430 |
* Crowd-sourced Emotional Mutimodal Actors Dataset (**Crema-D**)
|