The web application for Texo. Built with Nuxt.
- array environment conversion to aligned and so on.
- better formatting
- support web-gpu
- js related (PR welcome as I'm short of front-end skills.)
- model loading progress bar
- support user from chinese mainland (by switching remote source)
- model switching (support multiple models under a model manager singleton )
 
- Texo: pretrained LaTeX OCR model
- Transformers.js: pipeline
- Vue: JS framework
- Nuxt: meta-framework, UI template and components
- Volver.js: web worker
- Giscus: comment system
Warning
Maybe you already know, but please avoid using snap version node.js. It kills me 1 day of life.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.