mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-21 21:44:43 -04:00
add logos, refinments
This commit is contained in:
parent
d8dfdd7c79
commit
01c3676fa6
3 changed files with 14 additions and 17 deletions
|
@ -57,29 +57,30 @@ Below is a table of good models to start with.
|
||||||
|
|
||||||
## AI Chat Clients
|
## AI Chat Clients
|
||||||
|
|
||||||
| Feature | [Kobold.cpp](#koboldcpp) | [Ollama](#ollama-cli) | [Llamafile](#llamafile) |
|
| Feature | [Kobold.cpp](#koboldcpp) | [Ollama](#ollama-cli) | [Llamafile](#llamafile) | [Edge Gallery](#edge-gallery-android)| [PocketPal](#pocketpal-ai-mobile)|
|
||||||
|---|---|---|---|
|
|---|---|---|---|---|---|
|
||||||
| GPU Support | :material-check:{ .pg-green } | :material-check:{ .pg-green } | :material-check:{ .pg-green } |
|
| GPU Support | :material-check:{ .pg-green } | :material-check:{ .pg-green } | :material-check:{ .pg-green } | / | / |
|
||||||
| Image Generation | :material-check:{ .pg-green } | :material-close:{ .pg-red } | :material-close:{ .pg-red } |
|
| Image Generation | :material-check:{ .pg-green } | :material-close:{ .pg-red } | :material-close:{ .pg-red } | :material-close:{. pg-red } | :material-close:{. pg-red } |
|
||||||
| Speech Recognition | :material-check:{ .pg-green } | :material-close:{ .pg-red } | :material-close:{ .pg-red } |
|
| Vision capabilities | :material-check:{ .pg-green } | :material-check:{ .pg-green }: | :material-check:{ .pg-green }: | :material-check:{ .pg-green }: | :material-alert-outline:{ .pg-orange } Limited quality
|
||||||
| Auto-download Models | :material-close:{ .pg-red } | :material-check:{ .pg-green } | :material-alert-outline:{ .pg-orange } Few models available |
|
| Speech-to-text | :material-check:{ .pg-green } | :material-close:{ .pg-red } | :material-close:{ .pg-red } | :material-close:{ .pg-red } | :material-close:{ .pg-red } |
|
||||||
| Custom Parameters | :material-check:{ .pg-green } | :material-close:{ .pg-red } | :material-check:{ .pg-green } |
|
| Auto-download Models | :material-close:{ .pg-red } | :material-check:{ .pg-green } |:material-alert-outline:{ .pg-orange } Few models available | :material-alert-outline:{ .pg-orange } Few models available | :material-check:{ .pg-green } |
|
||||||
| Multi-platform | :material-check:{ .pg-green } | :material-check:{ .pg-green } | :material-alert-outline:{ .pg-orange } Size limitations on Windows |
|
| Custom Parameters | :material-check:{ .pg-green } | :material-close:{ .pg-red } | :material-check:{ .pg-green } | :material-alert-outline:{ .pg-orange } Model prompt cannot be changed | :material-check:{ .pg-green }|
|
||||||
|
| Platform | [:simple-linux: Linux] [:fontawesome-brands-windows: Windows][:simple-apple: macOS][:simple-macos:]|[:simple-gnometerminal All CLI] [:simple-linux: Linux] [:fontawesome-brands-windows: Windows][:simple-apple:][:simple-macos:] | [:simple-linux: Linux][:fontawesome-brands-windows: Windows] (Size limitations) [:simple-apple:][:simple-macos:] | [:simple-android: Android] | [:simple-android: Android] [:simple-apple:][:simple-ios:] |
|
||||||
|
|
||||||
## Edge Gallery (Android)
|
## Edge Gallery (Android)
|
||||||
|
|
||||||
<div class="admonition recommendation" markdown>
|
<div class="admonition recommendation" markdown>
|
||||||
|
|
||||||
|
{align=right}
|
||||||
|
|
||||||
**Edge Gallery** is an AI client developped by Google that features Google's latest open-weights models. It runs fully locally, but downloading the preloaded models require a Hugging Face account as you will need to [accept Google's Acceptable Use policy](https://github.com/google-ai-edge/gallery/wiki/5.-Model-Management#hugging-face-login--license-acknowledgement) to access the model files. You can import models you downloaded, but the app only accepts the [LiteRT](https://github.com/google-ai-edge/litert) format, which isn't widely used.
|
**Edge Gallery** is an AI client developped by Google that features Google's latest open-weights models. It runs fully locally, but downloading the preloaded models require a Hugging Face account as you will need to [accept Google's Acceptable Use policy](https://github.com/google-ai-edge/gallery/wiki/5.-Model-Management#hugging-face-login--license-acknowledgement) to access the model files. You can import models you downloaded, but the app only accepts the [LiteRT](https://github.com/google-ai-edge/litert) format, which isn't widely used.
|
||||||
|
|
||||||
The preloaded models are performant and can analyse image. However, you might not be able to have long conversation or analyse long documents, as the app restricts the maximum context length to an ammount [multiple times smaller](https://github.com/google-ai-edge/gallery/issues/183) than what the AI model can normally support.
|
The preloaded models are performant and can analyse image. However, you might not be able to have long conversation or analyse long documents, as the app restricts the maximum context length to an ammount [multiple times smaller](https://github.com/google-ai-edge/gallery/issues/183) than what the AI model can normally support.
|
||||||
|
|
||||||
|
|
||||||
[:octicons-repo-16: Repository](https://github.com/google-ai-edge/gallery?tab=readme-ov-file#google-ai-edge-gallery-){ .md-button .md-button--primary }
|
[:octicons-repo-16: Repository](https://github.com/google-ai-edge/gallery?tab=readme-ov-file#google-ai-edge-gallery-){ .md-button .md-button--primary }
|
||||||
[:octicons-info-16:](https://github.com/google-ai-edge/gallery/wiki){ .card-link title="Documentation" }
|
[:octicons-info-16:](https://github.com/google-ai-edge/gallery/wiki){ .card-link title="Documentation" }
|
||||||
[:octicons-code-16:](https://github.com/google-ai-edge/gallery){ .card-link title="Source Code" }
|
[:octicons-code-16:](https://github.com/google-ai-edge/gallery){ .card-link title="Source Code" }
|
||||||
|
|
||||||
|
|
||||||
<details class="downloads" markdown>
|
<details class="downloads" markdown>
|
||||||
<summary>Downloads</summary>
|
<summary>Downloads</summary>
|
||||||
|
|
||||||
|
@ -98,17 +99,13 @@ The preloaded models are performant and can analyse image. However, you might no
|
||||||
|
|
||||||
Other models can easily be imported, either from a Hugging Face repo link, of from a gguf file directly. Models can also be customised, and the client also offers "Pals", which are describe as "personalized AI assistants with different personalities: but are essentially presets of a model and a system prompt. You can chose between an assitant pal and a roleplay Pal.
|
Other models can easily be imported, either from a Hugging Face repo link, of from a gguf file directly. Models can also be customised, and the client also offers "Pals", which are describe as "personalized AI assistants with different personalities: but are essentially presets of a model and a system prompt. You can chose between an assitant pal and a roleplay Pal.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[:octicons-repo-16: Repository](https://github.com/a-ghorbani/pocketpal-ai?tab=readme-ov-file#pocketpal-ai-){ .md-button .md-button--primary }
|
[:octicons-repo-16: Repository](https://github.com/a-ghorbani/pocketpal-ai?tab=readme-ov-file#pocketpal-ai-){ .md-button .md-button--primary }
|
||||||
[:octicons-info-16:](https://github.com/a-ghorbani/pocketpal-ai?tab=readme-ov-file#table-of-contents){ .card-link title="Documentation" }
|
[:octicons-info-16:](https://github.com/a-ghorbani/pocketpal-ai?tab=readme-ov-file#table-of-contents){ .card-link title="Documentation" }
|
||||||
[:octicons-code-16:](https://github.com/a-ghorbani/pocketpal-ai/){ .card-link title="Source Code" }
|
[:octicons-code-16:](https://github.com/a-ghorbani/pocketpal-ai/){ .card-link title="Source Code" }
|
||||||
|
|
||||||
|
|
||||||
<details class="downloads" markdown>
|
<details class="downloads" markdown>
|
||||||
<summary>Downloads</summary>
|
<summary>Downloads</summary>
|
||||||
|
|
||||||
|
|
||||||
[:simple-github: GitHub](https://github.com/a-ghorbani/pocketpal-ai/releases)
|
[:simple-github: GitHub](https://github.com/a-ghorbani/pocketpal-ai/releases)
|
||||||
[:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.pocketpalai)
|
[:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.pocketpalai)
|
||||||
[:simple-appstore: App Store](https://apps.apple.com/us/app/pocketpal-ai/id6502579498)
|
[:simple-appstore: App Store](https://apps.apple.com/us/app/pocketpal-ai/id6502579498)
|
||||||
|
|
BIN
theme/assets/img/ai-chat/edge_gallery_logo_white.png
Normal file
BIN
theme/assets/img/ai-chat/edge_gallery_logo_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
theme/assets/img/ai-chat/pocketpal_dark.png
Normal file
BIN
theme/assets/img/ai-chat/pocketpal_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
Loading…
Add table
Add a link
Reference in a new issue