• case Study
    Satzify
    Use Language Models (GPT 3, T5) to perform Natural Language Processing tasks on given Text.
  • My Role
    • UX / UI Design
    • Data Scientist (Deep Learning in NLP)
    • Front & Backend Dev.
  • Use case
    Personal Project - Side result of Master Thesis
  • Technologies used
    • Next JS
    • Tailwind CSS
    • Language Models - GPT 3, T5, Pegasus, Ai21 Jumbo
    • Python
  • Where to see project?See Github
Satzify is a personal project that grew out of my Master's thesisstudy, which focused heavily on Natural Language Processing Technologies and Transformer Language Models.

The user can utilize Satzify to paraphrase, correct, shorten, or translate content. This is accomplished by employing several pre-trained language models. These models may be fine-tuned for specific purposes, such as the ones presented here.

The purpose of this project was to provide a user-friendly interface for the Python backend that uses and builds these pre-trained language models. An open-source, free-to-use API was utilized and included for text translation.