Visualization application for SBVR data, called 'SBVR Observatoire' Based on streamlit.
Create and activate a virtual environment, then install required packages :
$ python3.11 -m venv venv
$ source venv/bin/activate
# PS> venv\Scripts\activate
(venv) $ python -m pip install -r requirements.txt
Normal run
streamlit run Home.py
Jeremy Bluteau
Distributed under the MIT license. See LICENSE
in the root directory of this materials
repo for more information.