This repository contains the code that is used to develop the dashboard for the Vulnerability Data as present in OSS Vulnerabilities Dataset on Kaggle (FYI, I maintain this dataset and the code for the dataset generation is in this repository).
This dashboard is developed using Streamlit, a Python library that allows you to create interactive web apps for machine learning and data science. The dashboard is hosted on Streamlit Cloud here.
- Clone the repository and run
pip install -r requirements.txt
to install the required dependencies. - Run
streamlit run app.py
to run the dashboard locally.