. ├── app.py ├── forms.py ├── models.py ├── templates/ │ ├── base.html │ ├── chat.html │ ├── login.html ...
A Python desktop application for analyzing IT system logs to detect security and compliance issues using a hybrid approach of rule-based checking and machine learning.