{"id":51220966,"url":"https://github.com/huggon1/class-atlas","last_synced_at":"2026-06-28T07:03:06.567Z","repository":{"id":344488548,"uuid":"1181691437","full_name":"huggon1/class-atlas","owner":"huggon1","description":"Turn lecture videos into searchable, multilingual study companions.","archived":false,"fork":false,"pushed_at":"2026-03-14T14:00:34.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-15T09:13:25.313Z","etag":null,"topics":["education","langchain","lecture-notes","streamlit","whisper"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huggon1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2026-03-14T13:49:40.000Z","updated_at":"2026-03-14T14:01:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/huggon1/class-atlas","commit_stats":null,"previous_names":["huggon1/class-atlas"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/huggon1/class-atlas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggon1%2Fclass-atlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggon1%2Fclass-atlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggon1%2Fclass-atlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggon1%2Fclass-atlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huggon1","download_url":"https://codeload.github.com/huggon1/class-atlas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggon1%2Fclass-atlas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34880191,"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-28T02:00:05.809Z","response_time":54,"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":["education","langchain","lecture-notes","streamlit","whisper"],"created_at":"2026-06-28T07:03:05.471Z","updated_at":"2026-06-28T07:03:06.558Z","avatar_url":"https://github.com/huggon1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# ClassAtlas\n\nStreamlit + LangChain toolkit for turning lecture videos into searchable, multilingual study companions.\n\n## Highlights\n\n- End-to-end lecture pipeline from video transcription to outline generation\n- PDF slide alignment for lecture playback and study review\n- Multilingual workflow with a single Streamlit interface\n- Built-in Q\u0026A over processed lecture materials\n\n## Features\n\n- Transcribe lecture videos with Faster-Whisper\n- Build structured lecture outlines with an LLM\n- Align lecture slides from an uploaded PDF\n- Explore artifacts in a Streamlit UI\n- Ask questions over processed lecture content\n- Store outputs per lecture under `data/lectures/`\n\n## Repository Layout\n\n```text\nclass-atlas/\n  app/\n    pipeline/\n  scripts/\n  data/\n  process_lecture.py\n  streamlit_app.py\n  requirements.txt\n```\n\n## Requirements\n\n- Python 3.10+\n- FFmpeg available in `PATH`\n- A valid LLM API endpoint compatible with the configured settings\n\n## Install\n\n```bash\npython -m venv .venv\n.venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n## Configure\n\nCopy `settings.example.json` to `settings.json`, or let the app create it on first run.\n\nExample settings:\n\n```json\n{\n  \"llm_model\": \"Qwen/Qwen3-8B\",\n  \"llm_base_url\": \"https://api-inference.modelscope.cn/v1/\",\n  \"llm_api_key\": \"\",\n  \"whisper_model\": \"medium\",\n  \"lecture_root\": \"data/lectures\"\n}\n```\n\nYou can also point to a custom settings file with `CLASS_EXTRACT_SETTINGS`.\n\n## Quick Start\n\nProcess a lecture from the command line:\n\n```bash\npython process_lecture.py ^\n  --video path\\to\\lecture.mp4 ^\n  --output data\\lectures\\lecture-a ^\n  --lecture-id lecture-a ^\n  --title \"Lecture A\"\n```\n\nLaunch the UI:\n\n```bash\nstreamlit run streamlit_app.py\n```\n\nOpen the app, upload a lecture video, and browse the generated transcript, outline, slides, and Q\u0026A views from one workspace.\n\n## Typical Workflow\n\n1. Configure `settings.json`\n2. Process a lecture video from CLI or through the UI\n3. Inspect transcript, outline, and aligned slide artifacts\n4. Run Q\u0026A over the processed lecture materials\n\n## Notes\n\n- `settings.json`, logs, caches, and generated lecture artifacts are intentionally not committed.\n- `scripts/test_pipeline_cache.py` is preserved as a lightweight regression helper.\n- The Chinese project readme is preserved in [README_ZH.md](README_ZH.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuggon1%2Fclass-atlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuggon1%2Fclass-atlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuggon1%2Fclass-atlas/lists"}