Spaces:
Runtime error
Runtime error
jpcabangon
commited on
Commit
·
e7b934d
1
Parent(s):
9c323ee
update app description
Browse files
app.py
CHANGED
|
@@ -15,12 +15,7 @@ openai.api_key = os.environ["FREEEDU_OPENAI_API_KEY"]
|
|
| 15 |
|
| 16 |
project_title = "ChatGPT Log Decoder"
|
| 17 |
project_desc = """
|
| 18 |
-
|
| 19 |
-
While these systems are commonly used by cybersecurity professionals and IT experts,
|
| 20 |
-
the technical jargon and analysis that an IDS provides can be incomprehensible to the average user.
|
| 21 |
-
This project aims to bridge this gap by utilizing ChatGPT's advanced natural language processing to
|
| 22 |
-
articulate the technical information received from an IDS into human-readable form, allowing common everyday users
|
| 23 |
-
to grasp the extent of their network's security status without the need for a technical background.
|
| 24 |
"""
|
| 25 |
|
| 26 |
project_link = "https://github.com/logpai/loglizer"
|
|
|
|
| 15 |
|
| 16 |
project_title = "ChatGPT Log Decoder"
|
| 17 |
project_desc = """
|
| 18 |
+
ChatGPT Log Decoder is an innovative solution integrating machine learning and log analysis. By combining a Machine-learning based Log Analysis tool for anomaly detection in structured log data with ChatGPT's advanced language understanding capabilities, our system brings human-like comprehension to deciphering complex event logs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"""
|
| 20 |
|
| 21 |
project_link = "https://github.com/logpai/loglizer"
|