Skip to content

Shybert-AI/Photo_Problem_Solving_Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

智能拍照解题助手--启动API服务

1.模型下载:

img.png 安装modelscope库,pip install modelscope,下载模型

modelscope download --model OpenGVLab/InternVL3_5-2B  --local_dir ./Qwen/InternVL3_5-2B
modelscope download --model Qwen/Qwen2.5-Math-1.5B-Instruct  --local_dir ./Qwen/Qwen2.5-Math-1.5B-Instruct
modelscope download --model haohanxingcheng/R-4B  --local_dir ./R-4B

2.安装依赖环境

pip install requirements.txt

3.启动服务,启动完成后打开网址,http://127.0.0.1:5000/ 会看到如下页面

python app.py

img.png

4.OCR_LLM解题示例

img.png

5.R-4B解题示例

img.png

5.API示例

AI数学问题求解器.htm

About

智能拍照解题服务

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors