Projects with this topic
Sort by:
-
A full-stack web application designed to bridge the gap between complex mathematical expressions and clean, compilable LaTeX code. This project leverages Machine Learning (Hugging Face models) to take raw text or messy equations and transform them into optimized, industry-standard LaTeX.
The system features a ReactJS frontend for real-time editing and a Python/Flask backend. To keep the deployment lightweight and free-tier friendly (Render/Railway), the project utilizes an External API Proxy Pattern for PDF generation, eliminating the need for a 2GB+ local TeX distribution.
Updated -
This is a demo of my angular application for grammatical error correction with transformers based on multilingual Bart correction. The model is trained in 4 languages:
Italian English Russian GermanUpdated