weapon-detection / services /entity /entity_config.py
ishworrsubedii's picture
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
raw
history blame contribute delete
117 Bytes
from dataclasses import dataclass
from pathlib import Path
@dataclass(frozen=True)
class StreamLitConfig:
pass