Skip to content

Morinator/bytepairencoding-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Byte Pair Encoding Visualization

This project is a simple visualization of Byte Pair Encoding (BPE) using React and Vite.

Visit https://bytepairencoding.netlify.app/ to try it out.

Technologies Used

  • React
  • Vite

Getting Started

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-project-name.git
    
  2. Navigate to the project directory:

    cd your-project-name
    
  3. Install dependencies:

    npm install
    

Development

To run the development server:

npm run dev

Building

To build the project for production:

npm run build

You can test the built files locally by serving the dist directory with a static file server. For example, you can use the serve package:

npm install -g serve
serve dist

About

Vizualize the fitting of a byte pair encoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published