https://github.com/sunshine0523/mnnserver
A third-party MNN server supporting external calls, embedding model, TTS model and ASR model features.一个支持外部调用、向量模型、文字转语音模型和语音识别模型特性的第三方MNN服务器
https://github.com/sunshine0523/mnnserver
android asr llm mnn tts
Last synced: 5 months ago
JSON representation
A third-party MNN server supporting external calls, embedding model, TTS model and ASR model features.一个支持外部调用、向量模型、文字转语音模型和语音识别模型特性的第三方MNN服务器
- Host: GitHub
- URL: https://github.com/sunshine0523/mnnserver
- Owner: sunshine0523
- License: other
- Created: 2025-05-25T11:43:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T03:08:51.000Z (about 1 year ago)
- Last Synced: 2026-01-19T22:57:53.668Z (5 months ago)
- Topics: android, asr, llm, mnn, tts
- Language: C++
- Homepage:
- Size: 6.97 MB
- Stars: 144
- Watchers: 3
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MNN Server
[简体中文](./README_zh-CN.md)
A third-party MNN server supporting external calls, vector model, and speech recognition model features.
# News 🔥
- [2024/06/26 v0.0.6] Offline text-to-speech TTS models are supported, and the TTS engine supports Sherpa and Bert-VITS2
- [2025/06/03 v0.0.3] Support offline voice recognition models
# Screenshots
# Introduction
MNN Server is an Android third-party MNN server that can provide external programs with MNN model calls in the style of the OpenAI API interface. Features of MNN Server include:
- Supports external calls, can be used as a model provider for Android or PC applications
- Support Embedding Model call
# Usage
- Download the MNN Server app
- Start the service
- Download the model in the model list and start it
- If you need to call an external device, enable the Expose Service Port
# Acknowledgement
We would like to express our gratitude to the following projects:
- **[MNN](https://github.com/alibaba/MNN)**: Without MNN, this project would not exist.
- **[mnn-asr](https://github.com/wangzhaode/mnn-asr)**
# License
[LICENSE](./LICENSE)