# MathSnapLaTeX **Repository Path**: zevision/MathSnapLaTeX ## Basic Information - **Project Name**: MathSnapLaTeX - **Description**: Tool - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-08-16 - **Last Updated**: 2025-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: AI-Agents ## README # MathSnapLaTeX --- ![demo.gif](MD/image/logo.png) 通过对数学公式进行截图,生成LaTeX数学公式 By taking screenshots of mathematical formulas, generate LaTeX math formulas # 安装 Installation --- ![demo.gif](MD/image/demo.gif) ## Code --- 安装依赖: ```bash pip install -r requirements.txt ``` 如果下载慢,中国大陆用户可以使用清华源进行依赖的下载: ```bash pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ ``` 运行run.py: ```bash python run.py ``` ## 应用 Application ---

releases releases

# API-KEY --- [![阿里百炼](https://img.shields.io/badge/%E9%98%BF%E9%87%8C%E7%99%BE%E7%82%BC-API_KEY-red)](https://bailian.console.aliyun.com/?apiKey=1#/api-key-center) [![Qwen-VL-Plus](https://img.shields.io/badge/Qwen_VL_Plus-API%E8%AF%A6%E6%83%85-red)](https://help.aliyun.com/zh/model-studio/developer-reference/qwen-vl-api) MathSnapLaTeX使用的是Qwen-VL-Plus模型 程序在第一次运行会自动要求用户进行API-KEY的填写 # 清单 TODO --- - [ ] 修复request_agent2 Fix request_agent2 - [ ] 优化响应处理  Optimize response handling # History --- [![Last Commit](https://img.shields.io/github/last-commit/J-LingShan/MathSnapLaTeX)](https://github.com/J-LingShan/MathSnapLaTeX/commits/main) [![Monthly Commit Activity](https://img.shields.io/github/commit-activity/m/J-LingShan/MathSnapLaTeX?color=yellow)](https://github.com/J-LingShan/MathSnapLaTeX/graphs/contributors) [![Total Commit Activity](https://img.shields.io/github/commit-activity/t/J-LingShan/MathSnapLaTeX?color=red)](https://github.com/J-LingShan/MathSnapLaTeX/graphs/contributors) [![Code Size](https://img.shields.io/github/languages/code-size/J-LingShan/MathSnapLaTeX.svg?style=flat-square)](https://github.com/J-LingShan/MathSnapLaTeX) ![Star History Chart](https://api.star-history.com/svg?repos=J-LingShan/MathSnapLaTeX&type=Date)