Skip to content

Commit fd51914

Browse files
committed
merging v2.2.5 to main
2 parents 7e97e4d + a67b785 commit fd51914

26 files changed

Lines changed: 2404 additions & 139 deletions

README.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
1-
# local-slave
2-
Run small LLMs directly on your device, no cloud computing needed.
1+
# 🤖 local-slave
32

4-
* *The bigger the model, the better the performance*
3+
**No High-End GPU? No problem.** Run powerful LLMs directly in your browser. No cloud, no subscriptions, and 100% privacy.
54

6-
[![Live Demo](https://img.shields.io/badge/🚀_Live_Demo-Start_Here-3b82f6?style=for-the-badge&logo=github&logoColor=white)](https://nirgranthi.github.io/local-slave/)
5+
[![Live Demo](https://img.shields.io/badge/🚀_Live_Demo-Start_Here-3b82f6?style=for-the-badge&logo=github&logoColor=white)](https://local-slave.nirgranthi.in/)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
7+
![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2Fnirgranthi%2Flocal-slave&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC)
8+
---
9+
10+
## ✨ Features
11+
12+
- **Local Inference:** Everything runs on your device. No Data ever leaves your device.
13+
- **Zero Configuration:** No Complex setup. Try models on the go.
14+
- **Privacy First:** No cloud computing, no tracking.
15+
- **Performance:** Optimized for small yet capable models. *(The bigger the model, the better the performance)*.
16+
17+
## 🛠️ Tech Stack
18+
19+
- **Framework:** React + Vite
20+
- **Styling:** Tailwind CSS
21+
- **AI Engine:** Wllama (Web-based Llama)
22+
23+
## 🚀 Getting Started
24+
25+
1. **Clone the repo:**
26+
```bash
27+
git clone https://github.com/nirgranthi/local-slave.git
28+
cd local-slave
29+
```
30+
2. **Install Dependency**
31+
```bash
32+
npm install
33+
```
34+
3. **Run Locally**
35+
```bash
36+
npm run dev
37+
```

0 commit comments

Comments
 (0)