Skip to content

Feature Request: Gradio/FastAPI for cleaner interface with Docker abogen #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jeremiahsb opened this issue May 28, 2025 · 1 comment

Comments

@jeremiahsb
Copy link

It would be fantastic if abogen was able to have a different UI for the Docker container. I've seen a similar kokoro project (though not focused on book conversion) here: https://github.com/remsky/Kokoro-FastAPI. Would it be possible to get the UI modified to leverage a similar look/feel, and support API to allow for batch processing multiple books sequentially?

@denizsafak
Copy link
Owner

Thanks for the idea, @jeremiahsb

Batch processing is doable and would be a nice addition for automating multiple book conversions.

Gradio interface would be awesome too, but it's a bigger challenge since the current code is tightly integrated with the GUI elements. It would need significant refactoring to separate the processing logic from the interface. We'd also need contributors who are familiar with Gradio to help implement this properly.

The Gradio UI could be a great future enhancement once we restructure things and find the right people to help with it.

For now, I recommend checking out similar projects section, there are pretty good alternatives, for example ebook2audiobook.

Appreciate the feedback and the reference project! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants