{% extends "layout.html" %} {% block title %}Cognitive QA - Quantum AI{% endblock %} {% block page_header %}

Cognitive QA

Knowledge extraction engine with vocal synthesis output.

{% endblock %} {% block content %}
Record Your Query Upload audio for voice-to-voice QA
{% if answer %}
Reasoning Output

{{ answer }}

{% if score %}
Confidence Score {{ score }}%
{% endif %}
{% endif %}
{% endblock %}