MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / transcribe

Route transcribe

projects/AudioAPI/transcription.py:None–None  ·  view source on GitHub ↗
app.route("/transcribe", methods=["POST"])

Source from the content-addressed store, hash-verified

1from flask import Flask, request, jsonify, send_file
2from werkzeug.utils import secure_filename
3from datetime import timedelta
4import os

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected