An open API service indexing awesome lists of open source software.

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

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.