Skip to content

A web app to browse a collection of design patterns for AI-based systems

Notifications You must be signed in to change notification settings

SWE4AI/ai-patterns

Repository files navigation

Design Patterns for AI-based Systems: A Web-based Repository

This repository is the result of a literature study to collect and categorize design patterns for AI-based systems. The web application is hosted here: https://swe4ai.github.io/ai-patterns/

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint