A fastAPI-based FastMCP server with a Vue frontend that sends uploaded images to VLM via the MCP to quickly extract handwritten mathematical formulas as clean LaTeX code.
Start command:
cd hocr-vue-client/
npm install
npm run dev
Required packages:
cd hocr-vue-client/
npm install katex
npm install axios
Start command:
uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000