年代・性別予測アプリケーション

※ 推測結果は統計的予測であり、必ずしも正確ではありません。

{% if history %}

予測履歴

{% for prediction in history %}

入力された文章:

{{ prediction.input_text }}


予測結果:

年代の確率:

性別の確率:

{% endfor %}
{% endif %}