ufukygmr / LoGPT

Chat Bot for your LOGS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoGPT

Checking your logs made easy!

LoGPT is a chatbot to communicate with your Logs. It filters out the most relevant lines from your log file and provides a summary based on the user-specified query. It provides both mobile and web applications for user interaction.

Architectural Design

We use a serverless architecture that manages the incoming data stream of log files and communicates with DynamoDB and NLP model to compute log file similarity to return the closest log lines. Next, GPT-3 summarizes this log line ouput to provide a high level idea. This result is communicated with our web app and mobile application through the REST API.

User Interface

Below, we provide screenshots demonstrating the login screen and the messaging components of our mobile application.

About

Chat Bot for your LOGS

License:GNU General Public License v3.0


Languages

Language:TypeScript 88.6%Language:Python 9.7%Language:Dockerfile 0.7%Language:JavaScript 0.7%Language:CSS 0.3%