AI Playground is a repository where I document my journey and progress in learning about artificial intelligence.
Offline AI playground using ONNX(Open Neural Network Exchange) runtime, hugging face, transformer.js and more
Title | URL |
---|---|
Sentiment Analysis | Demo |
Language Translation | Demo |
Tokenizer | Demo |
Object Detection | Demo |
Local RAG | Demo |
NER | Demo |
Speech Recognition | Demo |
Coming soon :)
Or you can clone the repository and open this in a local Dev Container.
You can use one of them npm
, yarn
, pnpm
, bun
, Example using npm
:
npm install
npm run dev
If you are using pnpm
, you need to add the following code to your .npmrc
file:
public-hoist-pattern[]=*@nextui-org/*
After modifying the .npmrc
file, you need to run pnpm install
again to ensure that the dependencies are installed correctly.
Licensed under the MIT license.