jpcabangon commited on
Commit
e7b934d
·
1 Parent(s): 9c323ee

update app description

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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
- Intrusion Detection Systems (IDS) are powerful security tools that monitor network traffic for suspicious activity and issues alerts when such activities are discovered.
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"