Skip to content

shiro123444/Cognitive-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 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

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors