Course-first web platform for Artificial Intelligence Introduction and Brain & Cognitive Science Introduction.
- Vue + Flask lightweight LMS.
- Seeded demo courses.
- MiroFish-style knowledge graph exploration.
- Cited AI tutor.
- Teacher upload, review, and publish workflow.
Backend:
cd backend
uv sync
uv run python run.pyFrontend:
cd frontend
npm install
npm run devOpen http://localhost:3000.
cd backend && uv run pytest -q
cd frontend && npm test && npm run buildThe graph interaction model is inspired by MiroFish GraphPanel. EDUFISH/MiroFish code is treated as reference unless a later implementation decision explicitly imports compatible code.