Learn SvelteKit by doing with AI: Gemini, TensorFlow and OpenAI.
SvelteKit has dramatically made my work easier! Good bye, VanillaJS.
This UI allows you to select voice and emotion.
To run the app in the development environment,
$ cd app
$ npm run dev
To build and run the app,
$ cd app
$ npm run build
$ cd build
$ node index.js