https://github.com/manishtiwari25/playground
AI Playground is a repository where I document my journey and progress in learning about artificial intelligence.
https://github.com/manishtiwari25/playground
ai huggingface langchain-js mobileai offlineai onnx onnxruntime phi3 rag transformerjs web-llm
Last synced: 29 days ago
JSON representation
AI Playground is a repository where I document my journey and progress in learning about artificial intelligence.
- Host: GitHub
- URL: https://github.com/manishtiwari25/playground
- Owner: manishtiwari25
- License: mit
- Created: 2024-07-09T12:13:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-21T08:07:55.000Z (about 1 month ago)
- Last Synced: 2025-04-21T08:41:35.476Z (about 1 month ago)
- Topics: ai, huggingface, langchain-js, mobileai, offlineai, onnx, onnxruntime, phi3, rag, transformerjs, web-llm
- Language: TypeScript
- Homepage: https://playground-lac-six.vercel.app
- Size: 86 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://bitesinbyte-playground.vercel.app/sentiment-analysis)|
|Language Translation|[Demo](https://bitesinbyte-playground.vercel.app/translation)|
|Tokenizer|[Demo](https://bitesinbyte-playground.vercel.app/tokenizer)|
|Object Detection|[Demo](https://bitesinbyte-playground.vercel.app/object-detection)|
|Local RAG|[Demo](https://bitesinbyte-playground.vercel.app/rag)|
|NER|[Demo](https://bitesinbyte-playground.vercel.app/ner)|
|Speech Recognition|[Demo](https://bitesinbyte-playground.vercel.app/whisper)|## Docs
Coming soon :)
## Technologies Used
- [Next.js 14](https://nextjs.org/docs/getting-started)
- [NextUI v2](https://nextui.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Framer Motion](https://www.framer.com/motion/)
- [next-themes](https://github.com/pacocoursey/next-themes)## ML Packages
- [transformers.js](https://github.com/xenova/transformers.js)
- [langchainjs](https://github.com/langchain-ai/langchainjs)
- [web-llm](https://github.com/mlc-ai/web-llm)## Open in CodeSpace / Dev Container
[](https://codespaces.new/manishtiwari25/playground?quickstart=1)
Or you can [clone](https://github.com/manishtiwari25/playground.git) the repository and open this in a [local Dev Container](https://code.visualstudio.com/docs/devcontainers/create-dev-container).
## Without devContainer
#### Install dependenciesYou can use one of them `npm`, `yarn`, `pnpm`, `bun`, Example using `npm`:
```bash
npm install
```#### Run the development server
```bash
npm run dev
```#### Setup pnpm (optional)
If you are using `pnpm`, you need to add the following code to your `.npmrc` file:
```bash
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](https://github.com/manishtiwari25/playground/discussions/new/choose)
## License
Licensed under the [MIT license](https://github.com/nextui-org/next-app-template/blob/main/LICENSE).