File size: 934 Bytes
df80fb7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SISE Ultimate Challenge

This is the ultimate challenge for Master SISE.

## Overview

This project is a Streamlit-based dashboard for analyzing security logs, data trends, and applying machine learning models.

## Features

- Home: Overview of the challenge
- Analytics: View and analyze security logs and data trends
- Machine Learning: Train and evaluate machine learning models

## Installation

To run this project locally, follow these steps:

1. Clone the repository:
    ```sh
    git clone https://github.com/jdalfons/sise-ultimate-challenge.git
    cd sise-ultimate-challenge
    ```

2. Create a virtual environment and activate it:
    ```sh
    python3 -m venv venv
    source venv/bin/activate
    ```

3. Install the required dependencies:
    ```sh
    pip install -r requirements.txt
    ```

## Usage

To start the Streamlit app, run the following command:
```sh
streamlit run [app.py](http://_vscodecontentref_/1)