Sunday 7 January 2024

How to install and setup logai AI based log Analyzer

This article shows How to install and setup logai AI based log Analyzer

1)
Clonde code from Github
git clone https://github.com/salesforce/logai.git
cd logai

2)
Create virtual environment
python3 -m venv venv # create virtual environment
source venv/bin/activate # activate virtual env

3)
Install LogAI and GUI dependency packages
pip install ".[dev]"
pip install ".[gui]"

4)
Start LogAI service
export PYTHONPATH='.'
python3 gui/application.py

5)
Open any browser and goto below url to access the UI
http://127.0.0.1:8050/


No comments:

Post a Comment