omnigram
1.0.0
Omnigram是一种多平台(iOS,Android,Web,Windows,Linux,Mac)文件读数和有声读物客户端,用扑朔迷离。它支持多种格式,包括epub和pdf。它通过TTS模型提供了有声读物功能,并支持其他AI模型用于辅助阅读。此外,它具有本地图书管理功能,使用户可以轻松地管理NAS的书籍存储。有关其后端服务部署,请参阅Omnigam-Server。或检查官方项目文档。
您可以在https://omnigram.lxpio.com/上找到官方文档(包括安装手册)。
对于移动应用程序,您可以使用https://omnigram-demo.lxpio.com:9443用于服务器端点URL
The credential
email: admin
password: 123456
该项目使用一个三向存储库,其中包括:
git clone github.com/lxpio/omnigram.git
cd omnigram/app
makegit clone github.com/lxpio/omnigram.git
cd omnigram/server
make
# make docker 当当前应用支持Fishtts API服务器时,请参阅Fishtts。
git clone https://github.com/fishaudio/fish-speech.git
cd fish-speech
pip install -e .
python -m tools.api_server --listen 0.0.0.0:8999 --llama-checkpoint-path " checkpoints/fish-speech-1.5 " --decoder-checkpoint-path " checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth " 该项目大量使用Immich的代码,我们感谢他们的开源贡献。
该项目的创建使用了三个库,包括:
该项目已根据MIT许可证获得许可 - 有关详细信息,请参见许可证文件。