ModalTranscriberMCP / src /__init__.py
richard-su's picture
Upload folder using huggingface_hub
b5df735 verified
raw
history blame contribute delete
388 Bytes
"""
PodcastMcpGradio - Podcast Processing and Analysis Framework
A comprehensive framework for podcast downloading, transcription, and analysis
with MCP (Model Context Protocol) integration and Gradio UI.
"""
__version__ = "2.0.0"
__author__ = "PodcastMcpGradio Team"
__description__ = "Podcast Processing and Analysis Framework"
# Core modules will be imported as needed
__all__ = []