Giter Club home page Giter Club logo

logzilla's Introduction

🦖 Logzilla - hackaTUM23 Rohde & Schwarz Challenge

"A solution that will eat up your logs like Godzilla, and will then talk to you about it"

logo192

Submission for the HackaTUM 2023 challenge "Rohde & Schwarz: Summarizing and Chatting with log files" | Devpost

How to Use it:

  1. Upload: Upload your log file.
  2. Summarize: Receive a brief summary of the log file to quickly grasp its key points.
  3. Interact: Engage in a conversation with the chatbot to explore specific log entries and refine the summary based on your interests.
  4. Dynamic Updates: The system continuously adapts the summary based on your queries and conversation history, ensuring a personalized and efficient user experience.

Watch the Demo on YouTube

Watch the Demo on YouTube.

How it works:

The AI-powered system in the backend parses the logs, filters accordingly, and keeps track of a database generated from the initial file. The system predicts queries in parallel to the chat to retrieve the most relevant entries from the database (which correspond to log rows) to then present them to the user and incorporate to the current summary iteratively.

Screenshot 2023-11-20 at 11 45 01

🏃Running

You need Node.js (to use npm) and Python with the required dependencies. On MacOS:

# For the React package manager
brew install node
# Python dependencies
conda create -n backend Python=3.9
conda activate backend
conda install --file backend-react-client/requirements.txt

Install Docker and docker-compose.

Running the app:

# Run the backend before the frontend.
cd backend-flask-server
flask run

cd ../frontend-react-client
DANGEROUSLY_DISABLE_HOST_CHECK=true npm run start

The backend listens to port 4000 (because MacOS hijacks the default). If you want to change this, you need to modify the following files:

  • backend-flask-server/.flaskenv
  • Dockerfile.backend
  • frontend-react-client/deployment/nginx.default.conf
  • frontend-react-client/package.json

The frontend listens to default port 3000.

logzilla's People

Contributors

altaykacan avatar chriswe99 avatar matoototo avatar philippwulff avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.