SPB Git

spb/modelmap Public License

Internal cartography of local LLMs on Apple Silicon — registered, gated, negative-first. Public atlas at modelmap.io.

Python 66.3% JavaScript 24.5% CSS 8.1% Shell 0.7%
514 B · 19 lines json
Raw Blame History
1{2  "name": "modelmap-web",3  "version": "1.0.0",4  "description": "modelmap.io — living research atlas for the internal cartography of local LLMs — Simon-Pierre Boucher <contact@spboucher.ai>",5  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6  "license": "UNLICENSED",7  "private": true,8  "main": "server.js",9  "scripts": {10    "start": "node server.js"11  },12  "dependencies": {13    "express": "^4.21.0",14    "gray-matter": "^4.0.3",15    "highlight.js": "^11.10.0",16    "marked": "^14.1.0"17  }18}19