discourse/analysis/app/__init__.py

8 lines
187 B
Python
Raw Permalink Normal View History

2025-03-25 03:52:30 -04:00
"""
VoxPop AI Analysis Service.
This package provides AI-powered analysis of user perspectives,
generating insights through sentiment analysis and clustering.
"""
__version__ = "0.1.0"