KO
|
EN
gitlite โ search
Search
#claude-code
#python
#ai
#ai-agents
#automation
#claude
#typescript
#mcp
#codex
#rust
#llm
#agent
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 ```