Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NaruseMioShirakana authored Feb 24, 2024
1 parent 45debc1 commit 626c3bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libsvc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 使用方法
### 构建
- 1、配置以下依赖:
- [ffmpeg](https://ffmpeg.org/)
- [onnxruntime](https://github.com/microsoft/onnxruntime)
- [fftw](http://fftw.org/)
- [openblas](https://github.com/OpenMathLib/OpenBLAS)
- [faiss](https://github.com/facebookresearch/faiss)
- [liblapack](https://netlib.org/lapack/)
- 2、编译
---
### 使用动态库
- 1、链接libsvc
- 2、#include "libsvc/Api/header/libsvc.h"
- 3、调用libsvc::Init()
- 4、调用libsvc名称空间中的函数

0 comments on commit 626c3bb

Please sign in to comment.