Faham
UPDATE: codebase refactored to be more readble and optimized
b1acf7e
raw
history blame contribute delete
327 Bytes
"""
Sentiment Fused - Multimodal Sentiment Analysis Package
A comprehensive package for analyzing sentiment from text, audio, and visual inputs
using state-of-the-art deep learning models.
"""
__version__ = "0.1.0"
__author__ = "iamfaham"
__description__ = "Multimodal Sentiment Analysis with Text, Audio, and Vision Models"