A custom react component for Streamlit for working with soccer tracking data.
pip install streamlit-soccerimport streamlit as st
from st_soccer import TrackingComponent
tc = TrackingComponent(frames=frames)Also, see the example.py file in the st_soccer directory.