8000 Update AnomalousSessionRecorder.md · madhavgaba/Google-Summer-of-Code@e0a2f9a · GitHub
[go: up one dir, main page]

Skip to content

Commit e0a2f9a

Browse files
Update AnomalousSessionRecorder.md
1 parent 7aacc61 commit e0a2f9a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

project_ideas/AnomalousSessionRecorder.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Key features:
99
- A web dashboard to access the recorded sessions.
1010
- Take feedback on false positive detections and improve accuracy.
1111

12+
Key Components:
13+
14+
- Core: The main engine that will classify the session as anomalous or normal.
15+
- JS Library: This will stay on the Frontend to connect, record & send sessions to the core.
16+
1217
The library will be implemented in Python and will use machine learning algorithms to detect anomalies in user sessions. It will store the data in a NoSQL database for scalability and quick retrieval. The video recording of anomalous sessions will also be stored on the server.
1318

1419
This will help better understand user behavior and improve the application accordingly.
@@ -17,3 +22,7 @@ This will help better understand user behavior and improve the application accor
1722
`
1823
Technologies: Python, AI/ML, NoSQL, Data Visualization
1924
`
25+
26+
Repos:
27+
- https://github.com/TheAlgorithms/SessionGuard-Core
28+
- https://github.com/TheAlgorithms/SessionGuard.js

0 commit comments

Comments
 (0)
0