From c2b060c8a69583833b28cd55dd2399ee790d91f9 Mon Sep 17 00:00:00 2001 From: vladislav Date: Tue, 15 Jul 2025 01:14:22 +0300 Subject: [PATCH] Added GigaAM attribution to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54338a1..46e9195 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Whisper Transcription API +BASED ON https://github.com/salute-developers/GigaAM + +# Simple ASR Server + +![GitHub Repo stars](https://img.shields.io/github/stars/SlavaVlad/simple-asr-server?style=social) This project provides a RESTful API for audio transcription using a Whisper model. The API is built with FastAPI and runs in a Docker container.