Run the Single Sentence Recognition API Server
mainThe Single Sentence Recognition API is a FastAPI-based service for transcribing audio files. You can start the server by running server.py.
By default, it runs on port 7000. You can customize the port and provide SSL certificate/key files via command-line arguments.
python server.py --port 8888 --certfile path_to_your_certfile --keyfile path_to_your_key