Spaces:
Running
Running
jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ if not os.path.exists('my_authorship_model'):
|
|
94 |
st.write(f"Failed to download or extract the model: {e}")
|
95 |
exit(1)
|
96 |
else:
|
97 |
-
st.write("Version: 0
|
98 |
|
99 |
|
100 |
# Download the required files
|
@@ -386,7 +386,8 @@ st.subheader("Frequently Asked Questions (FAQ)")
|
|
386 |
with st.expander("What is this project about?"):
|
387 |
st.write("""
|
388 |
This project is part of an MSc in Data Analytics at the University of Portsmouth.
|
389 |
-
Developed by Jaifar Al Shizawi, it aims to identify whether a text is written by
|
|
|
390 |
For inquiries, contact [[email protected]](mailto:[email protected]).
|
391 |
Supervised by Dr. Mohamed Bader.
|
392 |
""")
|
@@ -394,7 +395,9 @@ with st.expander("What is this project about?"):
|
|
394 |
# Aim and Objectives
|
395 |
with st.expander("Aim and Objectives"):
|
396 |
st.write("""
|
397 |
-
The project aims to help staff at the University of Portsmouth distinguish between
|
|
|
|
|
398 |
""")
|
399 |
|
400 |
# System Details
|
|
|
94 |
st.write(f"Failed to download or extract the model: {e}")
|
95 |
exit(1)
|
96 |
else:
|
97 |
+
st.write("Version: 1.0")
|
98 |
|
99 |
|
100 |
# Download the required files
|
|
|
386 |
with st.expander("What is this project about?"):
|
387 |
st.write("""
|
388 |
This project is part of an MSc in Data Analytics at the University of Portsmouth.
|
389 |
+
Developed by Jaifar Al Shizawi, it aims to identify whether a text is written by
|
390 |
+
a human or a specific Large Language Model (LLM) like ChatGPT-3, ChatGPT-4, Google Bard, or HuggingChat.
|
391 |
For inquiries, contact [[email protected]](mailto:[email protected]).
|
392 |
Supervised by Dr. Mohamed Bader.
|
393 |
""")
|
|
|
395 |
# Aim and Objectives
|
396 |
with st.expander("Aim and Objectives"):
|
397 |
st.write("""
|
398 |
+
The project aims to help staff at the University of Portsmouth distinguish between
|
399 |
+
student-written artifacts and those generated by LLMs. It focuses on text feature extraction, model testing,
|
400 |
+
and implementing a user-friendly dashboard among other objectives.
|
401 |
""")
|
402 |
|
403 |
# System Details
|