Spaces:
Sleeping
Sleeping
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:
Clone the repository:
git clone https://github.com/jdalfons/sise-ultimate-challenge.git cd sise-ultimate-challenge
Create a virtual environment and activate it:
python3 -m venv venv source venv/bin/activate
Install the required dependencies:
pip install -r requirements.txt
Usage
To start the Streamlit app, run the following command:
streamlit run [app.py](http://_vscodecontentref_/1)