Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zawlinnnaing/ai-in-browser

Just trying out Transformers.js from HuggingFace to run AI models in browser
https://github.com/zawlinnnaing/ai-in-browser

Last synced: 23 days ago
JSON representation

Just trying out Transformers.js from HuggingFace to run AI models in browser

Awesome Lists containing this project

README

        

# AI in browser

Running AI models in browser (without any server) using [Transformers.js](https://huggingface.co/docs/transformers.js/en/index) from Hugging Face.

## Features
- ✅ Running models in browser with either GPU or CPU(if GPU is not available).
- (Coming soon) ⏳ Offline support

## Supported models
- ✅ Document Question & Answering
- (Coming soon) ⏳ Text summarization

> [!TIP]
> Please open [an issue](https://github.com/zawlinnnaing/ai-in-browser/issues/new) for feature requests and bug fixes.

## Development

### Pre-requisites
- Node.js (version 20 or higher)

### Running locally

- Install dependencies

```bash
npm install
```

- Run development server
```bash
npm run dev
```