convertor/src
Your Name 6d948b0873 feat: implement automatic format inference service with candidate generation and prediction model
- Add formatCandidateRules.ts to define rules for generating format candidates based on file features.
- Introduce formatPredictionModel.ts to predict the most likely target format based on user behavior and file features.
- Create inferenceService.ts to integrate all inference modules and provide a unified inference API.
- Develop inference.tsx as an API endpoint for frontend calls to predict formats and engines based on file extensions.
- Implement logging for conversion events and dismissals, along with user profile retrieval.
- Ensure warmup management for engine predictions and provide status checks.
2026-01-26 12:47:16 +08:00
..
components feat: implement automatic format inference service with candidate generation and prediction model 2026-01-26 12:47:16 +08:00
converters fix: update MinerU -m parameter from 'pipeline' to 'auto' (MinerU 2.7+) 2026-01-25 21:56:19 +08:00
db fix: ensure data dir exists before loading db (#433) 2025-11-07 09:26:19 +01:00
helpers Add comprehensive format integrity tests for various converters 2026-01-23 23:15:36 +08:00
i18n feat: 更新 robots.txt、base.tsx 和 sitemap.xml,增強 SEO 設定與多語言支援 2026-01-25 15:03:57 +08:00
icons feat: add button and API endpoint to delete job (#423) 2025-10-29 20:35:43 +01:00
inference feat: implement automatic format inference service with candidate generation and prediction model 2026-01-26 12:47:16 +08:00
locales Update account label translations across multiple languages to "Settings" or equivalent 2026-01-24 10:26:35 +08:00
pages feat: implement automatic format inference service with candidate generation and prediction model 2026-01-26 12:47:16 +08:00
theme feat: add theme toggle functionality and update localization files 2026-01-21 15:00:34 +08:00
transfer fix: resolve lint issues (XSS K601, knip unused exports, eslint errors) 2026-01-21 16:00:26 +08:00
index.tsx feat: implement automatic format inference service with candidate generation and prediction model 2026-01-26 12:47:16 +08:00
main.css chore: fix lint 2025-10-05 14:19:13 +00:00