Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.38 KB

README.md

File metadata and controls

73 lines (49 loc) · 2.38 KB

Playground

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

Demos

Title URL
Sentiment Analysis Demo
Language Translation Demo
Tokenizer Demo
Object Detection Demo
Local RAG Demo
NER Demo
Speech Recognition Demo

Docs

Coming soon :)

Technologies Used

ML Packages

Open in CodeSpace / Dev Container

Open in GitHub Codespaces

Or you can clone the repository and open this in a local Dev Container.

Without devContainer

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using npm:

npm install

Run the development server

npm run dev

Setup pnpm (optional)

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.

Questions?

Start a new Discussion

License

Licensed under the MIT license.