KO
|
EN
gitlite — search
Search
#python
#ai
#claude
#typescript
#android
#rust
#cli
#mcp
#claude-code
#php
#cursor
#python3
voice-ai-primer-web
★ 59
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
mcp-duckdb-memory-server
:
MCP Memory Server with DuckDB backend
netbeep
:
Chrome and Firefox extension to play sounds on network requests, depending on request type and file size.
sourcedialog
:
Easily create TUI forms with pure Bash (no external tools)
code-2nd
:
🔢 《编码》第二版官方参考资源(勘误表,书籍插图、交互式网站和英文PDF)以及个人笔记✍️,大师Charles Petzold对《编码》这一力作的再版,理解计算机底层原理的极佳入门读物📔
Calendra-Course
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
voice-ai-primer-web
?
Download (.md)
# Voice AI Primer ## Local Development ```bash npm install npm run serve ``` ## Translation - Read the [translation.md](translation.md) file for more information. ## File Structure ``` voice-ai-primer-web/ ├── index.html # English (default) - https://voiceaiandvoiceagents.com/ ├── ja/ │ └── index.html # Japanese - https://voiceaiandvoiceagents.com/ja/ ... other languages... ├── images/ # Shared assets ├── script/ # Shared JavaScript ├── styles.css # Shared CSS └── translations/ # Translation data ```