logai
logai copied to clipboard
LogAI - An open-source library for log analytics and intelligence
Whenever I'm executing "python gui/application.py" this command I'm getting the following error : Traceback (most recent call last): File "gui/application.py", line 12, in from gui.pages.utils import create_banner ModuleNotFoundError: No module...
Hi all, Is it possible to separate run frontend and backend then I want to dockerize it. thanks
missing in requirements I suppose, when following the pip install instructions in README. I just fixed it by manually running: `pip install datasets` and GUI works.
when running `python ./gui/application.py ` in the directory` ~/logai`, an error occurred. ``` Traceback (most recent call last): File "~/logai/./gui/application.py", line 16, in from gui.callbacks import pattern, anomaly_detection, clustering, utils...
Note------- previously runned this cmd cd logai-main-> pip install ".[gui]" -------------------------------------- $ python gui/application.py Traceback (most recent call last): File "D:\logai-main\gui\application.py", line 14, in from gui.pages.utils import create_banner ModuleNotFoundError: No...
i've tried run for "dbl" and "ets" anomaly detection algorithm but it return the error as follow. ('Series' object has no attribute 'append') 
 Any help in how to implement log analysis for syslog?
Hi, I just wrote an email to [email protected] and it bounced and wanted to find out if the project is still active. There don't seem to be any new commits...
My log is usually txt or csv, can this project support them ?
Pin sphinx to 6.2.1 due to incompatibility issue with handling of `styles`. See (salesforce/logai issue 59)[https://github.com/salesforce/logai/issues/59]