Spaces:
Sleeping
Sleeping
| {% extends 'base.html' %} | |
| {% block content %} | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" crossorigin="anonymous" /> | |
| <h1 style=" font-style: italic; font-size: 2.5em; margin-top: 1em; text-align: center;">{% block title %} ABOUT THE PROJECT {% endblock %}</h1> | |
| <div class="Custom-box"> | |
| <div style="text-align: center;"> | |
| <img src="{{ url_for('static', filename='Datamining.png') }}" width="600" height="400" style="border-radius: 60px; margin: 0 auto;"> | |
| <div class="box-content"> | |
| </div> | |
| <p class="statement"> | |
| Welcome to our natural language processing project! | |
| </p> | |
| </div> | |
| <p class="statement" s> | |
| This project focus on four key models: Long Short-Term Memory (LSTM), Bidirectional LSTM (BiLSTM), and Gated Recurrent Unit(GRU). | |
| </p> | |
| <p class="statement"> | |
| 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. | |
| </p> | |
| </p> | |
| </div> | |
| </div> | |
| {% endblock %} | |