Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

迷你项目:python cli(command line interface) and api(application programming interface) #2069

Closed
8 of 12 tasks
robin1001 opened this issue Oct 20, 2023 · 6 comments
Closed
8 of 12 tasks
Assignees
Labels

Comments

@robin1001
Copy link
Collaborator

robin1001 commented Oct 20, 2023

目的

  • 为开发者提供开箱即用更方便、更稳定的 python cli 和 api,功能、易用性能对标 whisper。
  • 基于 python 快速的开发和迭代。

其背景是现有的基于 c++ 的 python binding 扩展、开发、维护成本都比较高,大家普遍反馈环境问题也比较多。

功能

欢迎大家提需求。

@xingchensong
Copy link
Member

提一个:wenet.cpp, paraformer.cpp, ... etc (int4量化+多平台支持)

@Mddct
Copy link
Collaborator

Mddct commented Oct 23, 2023

现在paraformer 可以导出jit, 之后会支持onnx
不仅是cli , runtime 也可以比较容易继
而且cif的对齐是比较准确的 后边是否考虑对齐用cif

其次 whisper 也可以考虑拿过来, espnet已经有reproduce whisper的pr了
espnet/espnet#5478@xingchensong 提供)

@robin1001 robin1001 pinned this issue Oct 23, 2023
@xingchensong
Copy link
Member

现在paraformer 可以导出jit, 之后会支持onnx 不仅是cli , runtime 也可以比较容易继 而且cif的对齐是比较准确的 后边是否考虑对齐用cif

其次 whisper 也可以考虑拿过来, espnet已经有reproduce whisper的pr了 espnet/espnet#5478@xingchensong 提供)

目前在完善deepspeed的易用性,下一步就是reproduce whisper了

@Mddct
Copy link
Collaborator

Mddct commented Oct 31, 2023

cli

  • win backend 修复

cli-paraformer 推理基本功能完成
TODO :

NOTE: 前两,ref:https://modelscope.cn/models/damo/speech_timestamp_prediction-v1-16k-offline/summary8

@robin1001 robin1001 unpinned this issue Nov 3, 2023
@robin1001 robin1001 pinned this issue Nov 3, 2023
@Mddct
Copy link
Collaborator

Mddct commented Nov 13, 2023

新需求: 端到端输出产生字幕

@Vebrun
Copy link

Vebrun commented Dec 1, 2023

新需求:希望支持流式。目前cli 下的只支持音频文件,把音频文件按流式丢进去一塌糊涂

@Mddct Mddct mentioned this issue Jan 4, 2024
7 tasks
@robin1001 robin1001 unpinned this issue Feb 21, 2024
@github-actions github-actions bot added the Stale label Mar 10, 2024
@Mddct Mddct reopened this Mar 17, 2024
@github-actions github-actions bot removed the Stale label Mar 18, 2024
@github-actions github-actions bot added the Stale label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants