An open API service indexing awesome lists of open source software.

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.

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

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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 dependencies

You 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).