As long as the repository is not in suspended state, we will maintain and develop it all the time, please use it with confidence
C c++ ai module collection. By collecting various Ai open source libraries to become unified modules, which is convenient for use
The code has detailed comments, and you can easily understand how it works
Support the following technologies
- AI voice to text
you must install XEngine,need V9 or above,install XEngine can be refer to xengine Readme docment
GITEE:https://gitee.com/libxengine/libxengine
GITHUB:https://github.com/libxengine/libxengine
git clone https://gitee.com/libxengine/libxengine.git or git clone https://github.com/libxengine/libxengine.git
window Exection XEngine_WINEnv.bat
Linux Exection:sudo ./XEngine_LINEnv.sh -i 3
Macos Exection:./XEngine_LINEnv.sh -i 3
use vs open and compile,suport windows 7sp1 and above
Just Run it
use makefile compile,UBUNTU22.04 x64 or RockyLinux9 x64
Run it on the terminal
use makefile compile,mac 13 and above
Run it on the terminal
execute command in XEngine_Source path
make complie
make FLAGS=InstallAll Install File
make FLAGS=CleanAll Clear Complie
Audio to text requires support from whisper.cpp library. We compiled win64 and win32. Win64 uses cuda.win32 is a CPU. There is no ARM because the graphics card does not support it.
The XEngine_Release directory has modules. After compiling the API module yourself, copy the modules in this directory to the program for use.
- Fork this code
- Create new Feat_xxx branch
- Submit the code
- New Pull Request
If you think this software is helpful to you, please give us a START
if you have eny quest.post issues...
Since the module relies on other third-party library modules, the copyright information of each third-party library module may be different. Please refer to the copyright of the third-party library module.