Previously, I wrote about two tools: one is a tool that converts SCI literature PDFs to Markdown format, and the other is a tool that translates Markdown files into the target language. However, there is a problem: these two tools are command-line tools, and they are hosted on another computer acting as a server, which makes it inconvenient to ssh into it every time I want to use them.
So, I integrated these two tools into a single Docker container and created a simple front-end page using vue.js for easier use.
Of course, you can also use it without Docker; you just need to install Python and Node.js, then clone this repository, install the dependencies, and configure the environment variables to get started.
I have already uploaded the project to GitHub, and the address is SCI_TOOLS. Feel free to star and fork it.
Screenshot: