摘要: 1.开原地址:https://github.com/openai/whisper https://github.com/guillaumekln/faster-whisper 2.使用场景:语音转文字 3.api封装: import os import uvicorn from fastapi im 阅读全文
posted @ 2023-06-27 11:59 AmbitiousMice 阅读(707) 评论(0) 推荐(0)
摘要: 1.开源地址:https://huggingface.co/Helsinki-NLP/opus-mt-zh-en 2.使用场景:中译英,多模型场景的中英转换 3.API封装 import uvicorn from fastapi import FastAPI from loguru import l 阅读全文
posted @ 2023-06-27 11:40 AmbitiousMice 阅读(3160) 评论(0) 推荐(0)
摘要: 1.开源地址:https://github.com/shibing624/text2vec 2.使用场景:文本相似度计算,文本转指令 3.API封装: import uvicorn from fastapi import FastAPI from loguru import logger from 阅读全文
posted @ 2023-06-27 11:27 AmbitiousMice 阅读(4080) 评论(0) 推荐(0)