haramkoo commited on
Commit
960ce66
·
2 Parent(s): 974de82 44f7da8

Merge branch 'main' of https://huggingface.co/spaces/calvininterview/interview-streamlit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ st.set_page_config(layout="wide")
70
 
71
  # Title
72
  st.title("Interview AI Test Website")
73
- st.caption("With the advent of machine learning, it has become increasingly clear that AI is capable of completing tasks that were hitherto considered only possible by human minds. We are now pushing the boundaries of what AI can do with natural language processing (NLP), from summarizing pages of text to keeping up a conversation with a human. Our project aims to join those on the frontier of machine learning by creating an AI Interviewer. There are two main problems to address here: first, whether creating such an interviewer will be possible, and second, whether it will be any good.")
74
 
75
  # Adding a Session State to store stateful variables and for saving user's labels/tags for generated questions
76
  if 'button_sent' not in st.session_state:
 
70
 
71
  # Title
72
  st.title("Interview AI Test Website")
73
+ st.caption("With the advent of machine learning, it has become increasingly clear that AI is capable of completing tasks that were hitherto considered only possible by human minds. We are now pushing the boundaries of what AI can do with natural language processing (NLP), from summarizing pages of text to keeping up a conversation with a human. Our project aims to join those on the frontier of machine learning by creating an AI Interviewer. There are two main problems to address here: first, whether creating such an interviewer will be possible, and second, whether it will be any good. The models have been fed datasets derived from https://www.kaggle.com/datasets/shuyangli94/interview-npr-media-dialog-transcripts")
74
 
75
  # Adding a Session State to store stateful variables and for saving user's labels/tags for generated questions
76
  if 'button_sent' not in st.session_state: