discourse/analysis/app/__init__.py
2025-03-25 03:52:30 -04:00

8 lines
187 B
Python

"""
VoxPop AI Analysis Service.
This package provides AI-powered analysis of user perspectives,
generating insights through sentiment analysis and clustering.
"""
__version__ = "0.1.0"