Skip to content

stoyan-stoyanov/transformers-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👾 Transformers Calculator

Live demo available here: https://transformers-calculator.vercel.app

Introduction

Transformer Calculator is a web application that can help you estimate the training time for transformer models based on various input parameters. It's built using React and React Bootstrap, and it is inspired from this blog post.

If you are developing LLM apps check out LLMFlows.

Features

  • Calculate the estimated training time for transformer models.
  • Responsive design with React Bootstrap.
  • Special message for the GPU rich.
  • Input validation and formatted results.

Getting Started

To run Transformer Calculator locally, follow these steps:

Prerequisites

  • Node.js
  • npm

Running locally

  1. Clone the repository:
    git clone [email protected]:stoyan-stoyanov/transformers-calculator.git
    cd transformers-calculator
    npm install
    npm run start
  2. Open http://localhost:3000 in your browser.

License

This project is licensed under the MIT Licence - see the LICENSE.md file for details.