Nuxt-Transformers-JS

Motivations

Run popular AI models directly in your browser with this Nuxt module powered by Transformer.js. Perform AI tasks efficiently using web workers while keeping your main thread responsive.

Features

  • Free and open source.
  • 🤖 Easy integration with popular AI models
  • 🚀 Web Worker-based processing for optimal performance
  • 🧩 Simple composables for AI tasks
  • âš¡ Zero-config setup with Nuxt 3/4
  • 🎨 Built-in UI components using Shadcn Vue
  • 📚 Comprehensive documentation with Nuxt Content

Installation

Install dependencies

npm
 npm install @huggingface/transformers
pnpm
pnpm add @huggingface/transformers

Select the tasks

Follow the usage instructions for each task

Credits

License

MIT