Mjolnir Installation
We will make Mjolnir public available soon after our paper is published. Currently, you can install the app and run it locally. The following instructions have been tested on MacOS, Linux, and Windows.
We plan to launch a web server, so users don’t need to install anything and will be able to upload their data for visualization.
1. Create a conda environment.
conda create -n mjolnir python=3.9
2. Activate the environment.
conda activate mjolnir
3. Download this repository.
Unzip the downloaded file and navigate to the root directory of the repository, i.e., the directory that contains the file setup.py, say Mjolnir.
cd Mjolnir
4. Install the required dependencies.
On MacOS (tested) or Linux, run
pip install -r requirements.txt
On Windows, run
pip install -r requirements-w.txt
5. Install Mjolnir.
pip install .
6. Launch the webapp locally.
Your web browser should automatically open the app after you run the following command.
python ./app/app.py