19 lines
454 B
YAML
19 lines
454 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: test-score-predictor
|
|
description: A machine learning service for predicting test scores based on study hours
|
|
annotations:
|
|
github.com/project-slug: test-score-predictor
|
|
backstage.io/techdocs-ref: dir:./docs
|
|
tags:
|
|
- fastapi
|
|
- python
|
|
- machine-learning
|
|
- education
|
|
spec:
|
|
type: service
|
|
lifecycle: experimental
|
|
owner: education-team
|
|
system: ml-services
|