xorbitsai / inference

Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any open-source language models, speech recognition models, and multimodal models, whether in the cloud, on-premises, or even on your laptop.
https://inference.readthedocs.io
Apache License 2.0
3.55k stars 295 forks source link

Suggestions about transcription enhancement #1667

Open gahoo opened 2 weeks ago

gahoo commented 2 weeks ago

Is your feature request related to a problem? Please describe

Not a problem.

Describe the solution you'd like

  1. Support more output format, such as vtt, srt, lrc etc.
  2. Add adequate punctuation to the sentence.
  3. Incorporate insanely-fast-whisper-api to speed up the transcription process.

Describe alternatives you've considered

Additional context

qinxuye commented 2 weeks ago

Thanks for your suggestion. Do you have an interest to contribute these enhancements?