Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/lxpio/omnigram

Omnigram is a Flutter-based file reader and audiobook . It accommodates EPUB and PDF and offers audiobook functionality, supporting TTS model and other AI chat technologies for enhanced reading experiences
https://github.com/lxpio/omnigram

chatbot epub flutter nas tts

Last synced: 3 months ago
JSON representation

Omnigram is a Flutter-based file reader and audiobook . It accommodates EPUB and PDF and offers audiobook functionality, supporting TTS model and other AI chat technologies for enhanced reading experiences

Lists

README

        

#




English | 中文

![docs action](https://github.com/lxpio/omnigram/actions/workflows/docs.yaml/badge.svg)

## About Omnigram

Omnigram is a multi-platform (iOS, Android, Web, Windows, Linux, Mac) file reading and audiobook client written in Flutter. It supports multiple formats, including EPUB and PDF. It provides audiobook functionality through TTS models and supports other AI models for assisted reading. In addition, it has local book management capabilities, allowing users to easily manage book storage on NAS. For its backend service deployment, refer to [omnigam-server](server/README.md). Or check the [official project documentation](https://omnigram.lxpio.com/).

## Features

- [x] Supports iOS and Android for EPUB ebook reading
- [x] Supports TTS text-to-speech, allows custom TTS engines
- [x] Supports local book management (NAS), including searching, reading, listening, notes, favorites, downloading, deleting books, settings, etc.
- [x] Supports conversational assistant with Markdown support, code block highlighting, conversation settings
- [x] Books support TTS reading using models
- [ ] Supports PDF, documents and other NAS content services management
- [ ] Supports Web, Windows, Linux, Mac

## Omnigram Infrastructure

![base_struct](docs/static/img/struct.svg)

## Official Documentation

You can find the official documentation (including installation manuals) at .

## Examples

TODO

## For Dev

This project uses a three-way repository including:

- [riverpod](https://docs-v2.riverpod.dev/docs)
- [objectbox](https://docs.objectbox.io/getting-started)

### build

```bash

git clone github.com/lxpio/omnigram.git
cd omnigram
flutter clean && dart run build_runner build

make
```