This is a simple Vue.js application that analyzes the tokenization process of the Deepgram API and determines the total number of tokens in a given piece of audio or text.
To install the dependencies for this application, run the following command in your terminal:
npm install
To build the application, navigate to the root directory of the project and run the following command:
npm run build
To preview the application, navigate to the root directory of the project and run the following command:
npm run dev
This will start the development server and open the application in your default web browser.
To avoid generating a Deploy Preview for a pull/merge request, add [skip ci] or [skip netlify] to the title of the pull/merge request.
TBD
The backend server for this project was deployed with Fly.io. The project code for the backend can be found here https://github.com/deepgram-devs/deepgram-server/tree/main.