PoC_ASR_v6_dev / app /services /__init__.py
vyluong's picture
PoC deployment
857b1b2 verified
raw
history blame contribute delete
241 Bytes
"""Services package."""
from app.services.transcription import TranscriptionService
from app.services.diarization import DiarizationService
from app.services.processor import Processor
from app.services.audio_processor import AudioProcessor