https://github.com/doomlab/wordnorms-development
Development of the new wordnorms.com website
https://github.com/doomlab/wordnorms-development
Last synced: 25 days ago
JSON representation
Development of the new wordnorms.com website
- Host: GitHub
- URL: https://github.com/doomlab/wordnorms-development
- Owner: doomlab
- License: mit
- Created: 2026-05-07T20:51:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-21T21:58:31.000Z (about 1 month ago)
- Last Synced: 2026-05-22T06:58:11.005Z (about 1 month ago)
- Language: TypeScript
- Size: 3.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordnorms-dev
Development of the new wordnorms.com website.
## Stack
- **Web app** — Blitz.js (Next.js App Router), Postgres, Prisma
- **Pipeline** — Python ML pipeline for paper fetching and classification
## Structure
```
wordnorms-dev/
├── src/ # Next.js / Blitz web app
├── db/ # Prisma schema and migrations
├── pipeline/ # Python ML pipeline (fetch, predict, extract)
└── public/ # Static assets
```
See [pipeline/README.md](pipeline/README.md) for the full ML pipeline documentation.