Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 678 Bytes

PTTI webapp

This folder contains the code for running the PTTI webapp.

Installation

In addition to the PTTI installation instructions, you will also need to install Streamlit:

pip install streamlit

Basic usage

Streamlit apps run through the web browser. To launch, simply run

streamlit run ptti_app.py

and a new browser window with the app should launch.

Troubleshooting

  • On Ubuntu, streamlit may fail with Illegal instruction (core dumped). This can happen if the pyarrow module was not compiled correctly. A possible fix is pip uninstall pyarrow followed by conda install pyarrow