AI Hub — Minimal Full‐Stack Demo
Features
- User login (session cookie)
- Data browsing by 10 categories
- Full‐text search over sample datasets
- Simple Node.js + Express backend and vanilla HTML/JS frontend
Quick Start
- Install deps:
npm install - Start server:
npm run dev - Open in browser:
http://localhost:3000
Default Users
- admin@example.com / admin123
- user@example.com / user123
Notes
- This is a demo with in‐memory storage (no DB). Do not use in production.
- Categories (10): 컴퓨터 비전, 자연어 처리, 음성 인식, 추천 시스템, 강화 학습, 시계열 분석, 생성 모델, 의료 AI, 자율주행, 로보틱스