You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ Built with SwiftUI and [MLX Swift](https://github.com/ml-explore/mlx-swift-lm) b
8
8
9
9
## Features
10
10
11
-
-**Model Discovery** — Browse thousands of models from the [mlx-community](https://huggingface.co/mlx-community) on Hugging Face, organized into categories like Chat, Reasoning, Code, Vision, and more
12
-
-**One-Click Download** — Download any model directly to your Mac with progress tracking
13
-
-**Local Inference** — Chat with models entirely on-device using MLX Swift. Nothing leaves your machine
14
-
-**RAM Awareness** — See at a glance which models fit comfortably in your Mac's memory
15
-
-**TTS Playground** — Text-to-speech with MLX Audio and VibeVoice models
16
-
-**Context Management** — Automatic conversation summarization to stay within context limits
17
-
-**Beginner Friendly** — A simplified experience mode that hides technical jargon and shows practical descriptions
18
-
-**Accessible from the Ground Up** — Full VoiceOver support, keyboard navigation, accessibility announcements, and screen reader-friendly UI throughout. Built by a blind developer who uses VoiceOver as the primary interface
11
+
- Browse thousands of models from mlx-community on Hugging Face
12
+
- Download any model directly to your Mac with progress tracking
13
+
- Chat with models entirely on-device using MLX Swift
14
+
- See which models fit comfortably in your Mac's memory
15
+
- Text-to-speech playground with MLX Audio and VibeVoice
16
+
- Automatic conversation summarization to stay within context limits
17
+
- Beginner-friendly mode that hides technical jargon
18
+
- Full VoiceOver support, keyboard navigation, and screen reader-friendly UI throughout
19
19
20
20
## Requirements
21
21
@@ -35,10 +35,10 @@ Built with SwiftUI and [MLX Swift](https://github.com/ml-explore/mlx-swift-lm) b
35
35
36
36
## Built With
37
37
38
-
-[MLX Swift](https://github.com/ml-explore/mlx-swift) — Apple's machine learning framework for Apple Silicon
39
-
-[MLX Swift LM](https://github.com/ml-explore/mlx-swift-lm) — Language model inference
40
-
-[Swift Transformers](https://github.com/huggingface/swift-transformers) — Tokenizers from Hugging Face
41
-
-[Hugging Face Hub](https://huggingface.co/mlx-community) — Model discovery and downloads
-[Hugging Face Hub](https://huggingface.co/mlx-community)
42
42
43
43
## Accessibility
44
44
@@ -58,6 +58,6 @@ MIT. See [LICENSE](LICENSE) for details.
58
58
59
59
## Related Projects
60
60
61
-
-[Perspective Server](https://github.com/Techopolis/Perspective-Server) — macOS menu bar app that exposes on-device Foundation Models as an OpenAI-compatible local API
62
-
-[Perspective CLI](https://github.com/Techopolis/PerspectiveCLI) — Command-line interface for running Foundation Models and MLX models
63
-
-[Perspective Web](https://github.com/Techopolis/perspective-intelligence-web-community) — Open-source AI chat app powered by Apple Foundation Models, runs in any browser
0 commit comments