Skip to content

Commit 21913e9

Browse files
committed
prepare for FDroid release
add screenshots and other metadata improve README.md
1 parent 379ab11 commit 21913e9

34 files changed

Lines changed: 26 additions & 11 deletions

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,38 @@
33
<table>
44
<tr>
55
<td>
6-
<img src="resources/app_screenshots/pic1.png" alt="app_img_01">
6+
<img src="resources/app_screenshots/1.jpg" alt="app_img_01">
77
</td>
88
<td>
9-
<img src="resources/app_screenshots/pic2.png" alt="app_img_02">
9+
<img src="resources/app_screenshots/2.jpg" alt="app_img_02">
1010
</td>
1111
<td>
12-
<img src="resources/app_screenshots/pic3.png" alt="app_img_03">
12+
<img src="resources/app_screenshots/3.jpg" alt="app_img_03">
1313
</td>
1414
<td>
15-
<img src="resources/app_screenshots/pic4.png" alt="app_img_03">
15+
<img src="resources/app_screenshots/4.jpg" alt="app_img_04">
1616
</td>
1717
</tr>
1818
<tr>
1919
<td>
20-
<img src="resources/app_screenshots/pic5.png" alt="app_img_04">
20+
<img src="resources/app_screenshots/5.jpg" alt="app_img_05">
2121
</td>
2222
<td>
23-
<img src="resources/app_screenshots/pic6.png" alt="app_img_05">
23+
<img src="resources/app_screenshots/6.jpg" alt="app_img_06">
2424
</td>
2525
<td>
26-
<img src="resources/app_screenshots/pic7.png" alt="app_img_06">
26+
<img src="resources/app_screenshots/7.jpg" alt="app_img_07">
2727
</td>
2828
<td>
29-
<img src="resources/app_screenshots/pic8.png" alt="app_img_07">
29+
<img src="resources/app_screenshots/8.jpg" alt="app_img_08">
30+
</td>
31+
</tr>
32+
<tr>
33+
<td>
34+
<img src="resources/app_screenshots/9.jpg" alt="app_img_09">
35+
</td>
36+
<td>
37+
<img src="resources/app_screenshots/10.jpg" alt="app_img_10">
3038
</td>
3139
</tr>
3240
</table>
@@ -108,7 +116,5 @@ The following features/tasks are planned for the future releases of the app:
108116
from the desktop to the mobile device for inference
109117
- Enable auto-scroll when generating partial response in `ChatActivity`
110118
- Measure RAM consumption
111-
- Add [app shortcuts](https://developer.android.com/develop/ui/views/launch/shortcuts) for tasks
112119
- Integrate [Android-Doc-QA](https://github.com/shubham0204/Android-Document-QA) for on-device RAG-based question answering from documents
113-
- Check if llama.cpp can be compiled to use Vulkan for inference on Android devices (and use the mobile GPU)
114-
- Check if multilingual GGUF models can be supported
120+
- Check if llama.cpp can be compiled to use Vulkan for inference on Android devices (and use the mobile GPU)

metadata/en-US/changelogs/.gitkeep

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SmolChat is an open-source Android app which allows users to download any SLM/LLM available in the GGUF format and interact with them via a chat interface. The inference works locally, on-device respecting the privacy of your chats/data.
2+
3+
The app provides a simple user interface to manage chats, where each chat is associated with one of the downloaded models. Inference parameters like temperature, min-p and the system prompt could also be modified.
4+
5+
SLMs have also been useful for smaller, downstream tasks such as text summarization and rewriting. Considering this ability, the app allows for the creation of 'tasks' which are lightweight chats with predefined system prompts and a model of choice. Just tap 'New Task' and you can summarize, rewrite your text easily.
6+
7+
GitHub Project: https://github.com/shubham0204/SmolChat-Android

metadata/en-US/images/icon.png

467 KB
Loading
359 KB
Loading
410 KB
Loading
162 KB
Loading
600 KB
Loading
406 KB
Loading
476 KB
Loading

0 commit comments

Comments
 (0)