This project is a simple visualization of Byte Pair Encoding (BPE) using React and Vite.
Visit https://bytepairencoding.netlify.app/ to try it out.
- React
- Vite
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/your-username/your-project-name.git
-
Navigate to the project directory:
cd your-project-name
-
Install dependencies:
npm install
To run the development server:
npm run dev
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