Skip to content

Commit 2db5c86

Browse files
Create publiccode.yml
1 parent 206411d commit 2db5c86

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

publiccode.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
publiccodeYmlVersion: 0.5.0
2+
name: Transcribo Backend
3+
url: https://github.com/DCC-BS/transcribo-backend
4+
softwareVersion: 0.5.4
5+
releaseDate: 2025-08-21
6+
platforms:
7+
- web
8+
developmentStatus: beta
9+
softwareType: standalone/backend
10+
organisation:
11+
name: DCC Data Competence Center - Statistisches Amt Kanton Basel-Stadt
12+
description:
13+
en:
14+
localisedName: Transcribo
15+
shortDescription: "Transcribo is a modern web application for audio and video transcription with advanced editing capabilities."
16+
longDescription: Transcribo Backend is a powerful Python FastAPI service that provides advanced audio and video transcription capabilities with speaker diarization and AI-powered text summarization. This backend service enables high-quality transcription using OpenAIs Whisper API and intelligent summarization using large language models.
17+
documentation: https://dcc-bs.github.io/documentation/
18+
apiDocumentation: https://dcc-bs.github.io/documentation/
19+
features:
20+
- LLM
21+
- SpeechToText
22+
- PWA
23+
screenshots:
24+
- https://github.com/DCC-BS/transcribo-frontend/blob/main/_imgs/Transcribo.png
25+
legal:
26+
license: MIT-0
27+
maintenance:
28+
type: internal
29+
contacts:
30+
- name: Data Competence Center
31+
email: dcc@bs.ch
32+
affiliation: Statistisches Amt Kanton Basel-Stadt
33+
localisation:
34+
localisationReady: true
35+
availableLanguages:
36+
- en
37+
- de-CH

0 commit comments

Comments
 (0)