TranSenti

Analyze the sentiment of your review

{% if prediction %}

Prediction: {{ prediction }}

Confidence: {{ "%.2f"|format(confidence) }}%

Model used: {{ chosen_model }}

{% endif %}