ncfrey / rheed-viz

Database, dimensionality reduction, and visualization dashboard for RHEED data
2 stars 1 forks source link

Add data upload to frontend #9

Closed ncfrey closed 3 years ago

chan-w commented 3 years ago

We might want to accept multiple images and assume that they are ordered by filename (or take a video and run the ffmpeg command on it): https://docs.streamlit.io/library/api-reference/widgets/st.file_uploader

ncfrey commented 3 years ago

@chan-w That sounds great! Maybe for simplicity we can stick to jpgs. There might be a way to embed the video in the app so it can play side by side, which would be cool.