Traveling Ionospheric Disturbances Forecasting System (funded by the European Community, Horizon Europe)
We aim at the development of a machine-learning-based algorithm to forecast Large Scale Traveling Ionospheric Disturbances. The work is carried out within the "T-FORS - Traveling Ionospheric Disturbances Forecasting System" project.
-
First, you need to clone the repo and install dependencies via poetry with
poetry install -
To launch a web server and execute jupyter notebooks, (on Windows) you can run the
scripts/run-jupyter.ps1script; otherwise, you can activate the virtual environment manually (viapoetry shell) and then execute thepoetry run jupyter notebookcommand -
To start an MLflow tracking server, (on Windows) you can run the
scripts/run-mlflow-ui.ps1script; the tracking UI can be accessed locally by navigating tohttp://localhost:5000/ -
Launch the web app via
streamlit run ./app/0_🏠_Home.py
An (hopefully) up-to-date list of things to do can be found here.