{"id":33374400,"url":"https://github.com/vbshuliar/knowcast-ai","last_synced_at":"2026-06-17T10:31:22.540Z","repository":{"id":325646090,"uuid":"1101835278","full_name":"vbshuliar/knowcast-ai","owner":"vbshuliar","description":"Turns PDFs into podcasts with AI.","archived":false,"fork":false,"pushed_at":"2025-11-22T14:51:56.000Z","size":14564,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-22T15:21:50.977Z","etag":null,"topics":["cloud","cursor","elevenlabs","hackathon","lovable","openai","veed"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbshuliar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-22T10:27:47.000Z","updated_at":"2025-11-22T14:52:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vbshuliar/knowcast-ai","commit_stats":null,"previous_names":["vbshuliar/educast-ai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vbshuliar/knowcast-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbshuliar%2Fknowcast-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbshuliar%2Fknowcast-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbshuliar%2Fknowcast-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbshuliar%2Fknowcast-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbshuliar","download_url":"https://codeload.github.com/vbshuliar/knowcast-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbshuliar%2Fknowcast-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34445179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","cursor","elevenlabs","hackathon","lovable","openai","veed"],"created_at":"2025-11-22T23:01:36.235Z","updated_at":"2026-06-17T10:31:22.521Z","avatar_url":"https://github.com/vbshuliar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KnowCast AI 🎙️\n\nTransform any topic into engaging podcast conversations using AI. Ask about anything - knowledge, news, current events, and more.\n\n## Quick Setup\n\n### 1. Install Dependencies\n\n```bash\npython3 -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n### 2. Add API Keys\n\nCreate a `.env` file in the project root:\n\n```bash\nVALYU_API_KEY=your_valyu_key_here\nOPENAI_API_KEY=your_openai_key_here\nELEVENLABS_API_KEY=your_elevenlabs_key_here\n```\n\n### 3. Run the Application\n\n```bash\n./scripts/start.sh\n```\n\nOr manually:\n```bash\nsource venv/bin/activate\npython -m src.api\n```\n\n### 4. Open the Web Interface\n\nOpen `frontend/index.html` in your browser.\n\n## How It Works\n\n1. **Enter any query** (e.g., \"What's happening with AI regulation?\", \"Explain quantum computing\", \"Latest news on climate change\")\n2. **Click \"Extract Knowledge\"** - Searches the internet and extracts comprehensive information\n3. **Click \"Generate Podcast\"** - Creates a multi-speaker audio conversation\n\n## Project Structure\n\n```\nknowcast-ai/\n├── src/              # Main application code\n├── tests/            # Test files\n├── scripts/          # Utility scripts\n├── frontend/         # Web interface\n└── podcasts/         # Generated audio files\n```\n\n## API Endpoints\n\n- `GET /api/health` - Check API status\n- `POST /api/extract` - Extract knowledge from query\n- `POST /api/generate-podcast` - Generate complete podcast\n\n## Testing\n\n```bash\n# Test knowledge extraction\npython -m src.knowledge_extraction\n\n# Test API\npython tests/test_api.py\n```\n\n## Troubleshooting\n\n**Module not found?**\n```bash\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n**Port 5001 already in use?**\n```bash\nlsof -i :5001  # Find process\n# Kill it or change port in src/api.py\n```\n\n**API key errors?**\n- Make sure `.env` file exists in project root\n- No quotes around keys: `KEY=value` not `KEY=\"value\"`\n- No spaces around `=`\n\n---\n\n**Ask anything, learn everything** 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbshuliar%2Fknowcast-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbshuliar%2Fknowcast-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbshuliar%2Fknowcast-ai/lists"}