Project Info
ZU-LM
A research-driven podcast generator that creates engaging conversations about any topic.
Environment Setup
This project requires several API keys to function properly. Follow these steps to set up your environment:
-
Copy the example environment files:
# Root directory cp .env.example .env # zu-chat directory cd zu-chat cp .env.example .env.local # researcher directory cd ../researcher cp .env.example .env -
Obtain the required API keys:
- ElevenLabs - For text-to-speech
- Groq - For LLM inference
- OpenAI - For AI capabilities
- Luma AI - For image generation
- Perplexity - For search capabilities
-
Fill in your API keys in the respective .env files
Required API Keys
The following API keys are required for full functionality:
ELEVENLABS_API_KEY- For text-to-speech generationGROQ_API_KEY- For LLM inferenceOPENAI_API_KEY- For AI capabilitiesLUMAAI_API_KEY- For image generationPERPLEXITY_API_KEY- For search functionality
Optional Configuration
Some features can be configured through environment variables:
LOCAL_LLM- Specify which local LLM to use (default: "deepseek-r1:8b")MAX_WEB_RESEARCH_LOOPS- Control research depth (default: 1)SEARCH_API- Search provider to use (default: "perplexity")
Run the project
To run the frontend server:
cd zu-chat
npm install
npm run dev
To run the Rust backend:
cd researcher
cargo run
Enjoy!
Analysis
View
Metric
- 31
- 28
- 10
Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.
Technology
- CSSIn code
- JavaScriptIn code
- LangChainIn code
- Next.jsIn code
- OpenAIIn code
- PythonIn code
- ReactIn code
- RustIn code
- Tailwind CSSIn code
- TypeScriptIn code
- Vercel AI SDKIn code
- Mistral AIClaimed
11 of 12 appear in the indexed code. 1 claimed on Devpost could not be matched to code, which may simply mean the tool leaves no trace in the repository.
AI coding agents
No AI coding agent signals were found in this repository.
Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.
Codebase size
Source size
411 KB
Source files
63
Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.
Repository
zcsabbagh/zu-lm
92 files · 1.2 MB · @ 54d4a26
Structure
Interface
23 files · 25%Screens, components and styles rendered to the user.
API & routing
4 files · 4%Request entry points: routes, handlers and controllers.
Application logic
29 files · 32%Domain rules, services and shared utilities.
Supporting
Layers are inferred from where files sit in the tree, not from reading the code. A project that names its directories unconventionally will read oddly here — open the file browser to check anything the diagram implies.
Languages
- YAML55%
- TypeScript28%
- Rust12%
- JavaScript3%
- Python1%
- Markdown1%
- Other (1)1%
Share of indexed source by file size. Binary and vendored files are excluded.
Dependencies
zu-chat/package.json
npm · 37- @11labs/react
- @ai-sdk/groq
- @ai-sdk/openai
- @radix-ui/react-hover-card
- @radix-ui/react-label
- @radix-ui/react-slot
- @radix-ui/react-switch
- @radix-ui/react-tabs
- @types/d3
- @types/dagre
- @xyflow/react
- ai
- class-variance-authority
- clsx
- crypto
- d3
- dagre
- elevenlabs
- +19 more
researcher/Cargo.toml
cargo · 19- anyhow
- async-stream
- async-trait
- axum
- dotenv
- enum-as-inner
- futures
- http
- langchain
- ollama-rs
- reqwest
- serde
- serde_json
- thiserror
- tokio
- tokio-stream
- tower-http
- tracing
- +1 more
package.json
npm · 8- @ai-sdk/groq
- @ai-sdk/openai
- ai
- dotenv
- elevenlabs
- lumaai
- node-fetch
- tailwindcss-animate
Declared in the repository’s manifests at the indexed commit. A declared package is not proof it is used, and runtime dependencies are listed first.
This project’s features have not been analysed yet.
Export this project's context (description, README, evidence, key source files) to chat with an AI agent elsewhere.