# 数学公式大模型对话 **Repository Path**: woyaofadacai/mathcommicate ## Basic Information - **Project Name**: 数学公式大模型对话 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-23 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **项目描述:** 输入印刷体公式或手写体公式图片,利用latex将其转换为latex公式,然后将其整理成markdown文本,输入给阿里数学大模型(调用api)进行回答问题,流式输出阿里大模型回答结果,并将其中的公式渲染出来;建议使用gradio或streamlit渲染界面 **相关文档:** 1.TexTeller:https://github.com/OleehyO/TexTeller/tree/main 2.阿里数学模型调用文档:https://help.aliyun.com/zh/model-studio/developer-reference/use-qwen2-math-by-calling-api?spm=a2c4g.11186623.0.0.5b9745f9Lf5jnh **快速开始:** 1.下载相关文档1及项目的核心代码 2.根据文档1来配置模型,链接中有详细描述 3.申请百炼大模型个人api 注意:本文档中核心代码与文档1中的models文件夹同一级(文件路径结构根据个人习惯做优化)