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許可證獲得許可 - 有關詳細信息,請參見許可證文件。