# RAISE RAISE_Benchmark.ipynb - Complete notebook integrating Evan's and my code with final outputs. All required input files can be found in the data & NIST folders. All output files can be found in the Results folder. Report.pdf is a sample report created from code outputs using google doc. ## Running the tool To run the tool, first ensure you have the python `streamlit` package installed. Then run the following command in your terminal from the root directory of the repo: ``` streamlit run tool.py ``` See what you think!