Spaces:
Sleeping
Sleeping

feat: add complete pipeline and Streamlit code This commit introduces a complete pipeline for both single and real-time inferences using cameras. It includes the implementation of Streamlit code to facilitate the process.
c640bc9
verified
from dataclasses import dataclass | |
from pathlib import Path | |
class StreamLitConfig: | |
pass | |