{% extends 'base.html' %} {% load static %} {% block content %}

Enter Text or Use Mic


{% csrf_token %} {{ form }}     

The text that you entered is: {{ text }}
Key words in sentence:
    {% for word in words %}
  • {{ word }}
  • {% endfor %}

Sign Language Animation

  
{% endblock %}