Skip to content

Sakura1232/Cognitive-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cognitive AI Learning Platform

Course-first web platform for Artificial Intelligence Introduction and Brain & Cognitive Science Introduction.

MVP

  • Vue + Flask lightweight LMS.
  • Seeded demo courses.
  • MiroFish-style knowledge graph exploration.
  • Cited AI tutor.
  • Teacher upload, review, and publish workflow.

Setup

Backend:

cd backend
uv sync
uv run python run.py

Frontend:

cd frontend
npm install
npm run dev

Open http://localhost:3000.

Tests

cd backend && uv run pytest -q
cd frontend && npm test && npm run build

Notes

The graph interaction model is inspired by MiroFish GraphPanel. EDUFISH/MiroFish code is treated as reference unless a later implementation decision explicitly imports compatible code.

About

computer design competition

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 36.0%
  • Vue 31.1%
  • JavaScript 18.4%
  • CSS 14.4%
  • HTML 0.1%