Update README.md
This commit is contained in:
@@ -27,16 +27,10 @@
|
|||||||
```
|
```
|
||||||
cd ~/.config/capture-ai/
|
cd ~/.config/capture-ai/
|
||||||
```
|
```
|
||||||
Core System & Python
|
🧩 Core System & Python
|
||||||
```
|
```
|
||||||
sudo pacman -S --needed python python-virtualenv git
|
sudo pacman -S --needed python python-virtualenv git
|
||||||
```
|
```
|
||||||
|
|
||||||
🖥️ GTK4 UI Dependencies
|
|
||||||
```
|
|
||||||
sudo pacman -S --needed gtk4 libadwaita python-gobject gobject-introspection
|
|
||||||
```
|
|
||||||
|
|
||||||
Enviroment
|
Enviroment
|
||||||
```
|
```
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
@@ -44,6 +38,11 @@
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
<br><br>
|
<br><br>
|
||||||
|
🖥️ GTK4 UI Dependencies
|
||||||
|
```
|
||||||
|
sudo pacman -S --needed gtk4 libadwaita python-gobject gobject-introspection
|
||||||
|
```
|
||||||
|
<br><br>
|
||||||
🎨 Rendering & Graphics
|
🎨 Rendering & Graphics
|
||||||
```
|
```
|
||||||
sudo pacman -S --needed cairo pango gdk-pixbuf2
|
sudo pacman -S --needed cairo pango gdk-pixbuf2
|
||||||
@@ -62,7 +61,7 @@
|
|||||||
<br><br>
|
<br><br>
|
||||||
🎧 Audio / Voice
|
🎧 Audio / Voice
|
||||||
|
|
||||||
🎙️ pw-record / arecord -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input
|
🎙️ voice record -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input
|
||||||
<br>
|
<br>
|
||||||
🎙️ Offline Voice Input,voice record (Speech → Text)
|
🎙️ Offline Voice Input,voice record (Speech → Text)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user