8 lines
187 B
Python
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" |