Skip to content

Commit ab62633

Browse files
Squashed commit of the following:
commit ce27e81 Author: Jean-Baptiste-Lasselle <jean.baptiste.lasselle.pokus@gmail.com> Date: Sun May 25 16:25:13 2025 +0200 Squashed commit of the following: commit 505acb1 Author: Jean-Baptiste-Lasselle <jean.baptiste.lasselle.pokus@gmail.com> Date: Sun May 25 16:24:07 2025 +0200 prepare first release commit f65b7a9 Merge: d00736f 120e706 Author: Jean-Baptiste-Lasselle <jean.baptiste.lasselle.pokus@gmail.com> Date: Sun May 25 16:12:12 2025 +0200 Merge tag '0.0.1' into develop fastapi, react, whisper working stack commit d00736f Author: Jean-Baptiste-Lasselle <jean.baptiste.lasselle.pokus@gmail.com> Date: Sun May 25 16:10:33 2025 +0200 Squashed commit of the following: commit 3942661 Author: Jean-Baptiste-Lasselle <jean.baptiste.lasselle.pokus@gmail.com> Date: Sun May 25 15:46:48 2025 +0200 prepare first release
1 parent 120e706 commit ab62633

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Once the deployment of kairos is done, you do not need any connection to the int
1212
* A React frontend,
1313
* A FastAPI REST API
1414
* A Postgres Database
15-
* A Whisper AI service
15+
* A Whisper AI Speech-to-text service
1616

17-
And in the React frontend, you an pres a microphone button, speak, and the private Whisper AI will trasncribe to text what you say.
17+
And in the React frontend, you an press a microphone button, speak, and the private Whisper AI will trasncribe to text what you say.
1818

1919
It WILL work with only 4 CPU, no GPU, and 10 GB of RAM, but the whisper AI will be slow, very slow.
2020

21-
So for a production deployement, you will need more CPU, and espcially you will need GPUs. See technical details for that.
21+
So for a production deployment, you will need more CPU, and especially you will need GPUs. We will provide technical details for that, in future releases.
2222

23-
Never the less, the point of this first realease, is to give you a fully private Whisper Service ACTUALLY working, with a decent react frontend.
23+
Never the less, the point of this first release, is to give you a fully private Whisper Speech-to-text Service ACTUALLY working, with a decent react frontend, and a decent REST API.
2424

2525
Enjoy.
2626

0 commit comments

Comments
 (0)