# 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)