Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zawlinnnaing/ai-in-browser
- Owner: zawlinnnaing
- Created: 2024-11-03T07:19:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T07:55:17.000Z (24 days ago)
- Last Synced: 2025-01-01T08:26:15.361Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```