File size: 970 Bytes
f16bb9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
257d039
 
f16bb9f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"""
File: description.py
Author: Dmitry Ryumin, Maxim Markitantov, Elena Ryumina, Anastasia Dvoynikova, and Alexey Karpov
Description: Project description for the Gradio app.
License: MIT License
"""

# Importing necessary components for the Gradio app
from app.config import config_data

DESCRIPTION = f"""\
# Intelligent system for Multimodal Affective States Analysis (MASAI)

<div class="app-flex-container">
    <img src="https://img.shields.io/badge/version-v{config_data.AppSettings_APP_VERSION}-stable" alt="Version">
</div>

> MASAI is an advanced tool that assesses and interprets human affective states by integrating data from multiple modalities such as audio, video, text. MASAI accepts multimedia file, extracts audio, video, and text (using ASR), analyzes and combines three modalities, and predicts six basic emotions (Happiness, Sadness, Anger, Surprise, Disgust, Fear), neutral state (Neutral), as well as sentiment (Negative, Positive, Neutral).
"""