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

{% block title %} ABOUT THE PROJECT {% endblock %}

Welcome to our natural language processing project!

This project focus on four key models: Long Short-Term Memory (LSTM), Bidirectional LSTM (BiLSTM), and Gated Recurrent Unit(GRU).

By taking advantage of online sources, we are able to utilized for developing model that can understood sentiments on every statement given or learn the language patter and generate itw own statement.

{% endblock %}