bdstar commited on
Commit
f21a18b
Β·
verified Β·
1 Parent(s): 3420779

update readme file

Browse files
Files changed (1) hide show
  1. README.md +14 -14
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
- β€’ 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
 
 
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