Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 868 Bytes

USAGE.md

File metadata and controls

23 lines (19 loc) · 868 Bytes

Reference Material

  1. Some good research papers on this topic can be referred to using this link
  2. Some good video Links - Link 1, Link 2

Cloning the Repository

Clone the repository using - git clone https://github.com/shshwtsrkr/Log-Analysis.git

Using the model

After cloning the repository & going through REQUIREMENTS.md Open the notebook and click on "Run all".

Using the front-end web application

After cloning the repository & going through REQUIREMENTS.md

  1. For Flask, change directory to "Flask Test" & then run using - flask run

  2. Inside the cloned repository run - npm install

    Then to start the React app, run - npm start