Spaces:
Build error
Build error
update readme file
Browse files
README.md
CHANGED
|
@@ -50,15 +50,15 @@ This project demonstrates a complete workflow from local development to live dep
|
|
| 50 |
## π Project Structure
|
| 51 |
|
| 52 |
ai-voice-chat-test/
|
| 53 |
-
β
|
| 54 |
-
βββ app.py # Main application logic
|
| 55 |
-
βββ README.md # Documentation
|
| 56 |
-
βββ requirements.txt # Python dependencies
|
| 57 |
-
βββ runtime.txt # Python version
|
| 58 |
-
βββ apt.txt # System dependencies (ffmpeg)
|
| 59 |
-
βββ .gitattributes # Git LFS configuration
|
| 60 |
-
βββ .gitignore # Ignored files and folders
|
| 61 |
-
βββ assets/ # Optional media resources
|
| 62 |
|
| 63 |
---
|
| 64 |
|
|
@@ -104,11 +104,11 @@ http://localhost:7860
|
|
| 104 |
---
|
| 105 |
|
| 106 |
## π Credits
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
|
| 113 |
---
|
| 114 |
|
|
|
|
| 50 |
## π Project Structure
|
| 51 |
|
| 52 |
ai-voice-chat-test/
|
| 53 |
+
- β
|
| 54 |
+
- βββ app.py # Main application logic
|
| 55 |
+
- βββ README.md # Documentation
|
| 56 |
+
- βββ requirements.txt # Python dependencies
|
| 57 |
+
- βββ runtime.txt # Python version
|
| 58 |
+
- βββ apt.txt # System dependencies (ffmpeg)
|
| 59 |
+
- βββ .gitattributes # Git LFS configuration
|
| 60 |
+
- βββ .gitignore # Ignored files and folders
|
| 61 |
+
- βββ assets/ # Optional media resources
|
| 62 |
|
| 63 |
---
|
| 64 |
|
|
|
|
| 104 |
---
|
| 105 |
|
| 106 |
## π Credits
|
| 107 |
+
- Model: google/gemma-2-2b-it
|
| 108 |
+
- Platform: Hugging Face Spaces
|
| 109 |
+
- UI Framework: Gradio
|
| 110 |
+
- Speech Engine: Faster Whisper
|
| 111 |
+
- TTS System: PyDub + Soundfile
|
| 112 |
|
| 113 |
---
|
| 114 |
|