Skip to content

goelzva/TransformerProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransformerProject

Introduction

This is the github repository for our project in the class Méthodes de l'IA (Methods of Artificial Intelligence). The project consists of implementing a Transformer model for sentiment analysis for movie reviews. The model predicts whether a review is good (1), or bad (0). The architecture is based on the Transformer architecture from the paper "Attention is all you need".

Streamlit Application

To use the streamlit application, follow these steps:

  1. Clone the repository to your disc.
  2. Create a new environment, for example with anaconda.
  3. Install the requirements by typing pip install -r requirements.txt or conda install --file requirements.txt
  4. cd into TransformerProject/src
  5. Type streamlit run application.py
  6. The application should now open in your browser.

About

Project for our cours Méthodes de l'IA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published