# vrlab_ai_score **Repository Path**: DarylzDD/vrlab_ai_score ## Basic Information - **Project Name**: vrlab_ai_score - **Description**: vr集成电路设计实验平台的ai判分项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vrlab_ai_score #### 介绍 vr集成电路设计实验平台的ai判分项目 #### 软件架构 ```markdown vrlab_ai_score/ │ ├── llm/ # 大模型相关类 │ ├── TextScoreBert.py # 基于BERT的文字判分 │ └── …… │ ├── util/ # 通用方法 │ ├── util_docx.py # .docx文件处理 │ ├── util_image.py # 图片处理 │ ├── util_mysql.py # mysql数据库处理 │ └── util_text.py # 文字处理 │ ├── files/ # 文档, git上无, 找zjy │ ├── config.inf # 配置文件 │ └── ans/ # 得分点文件夹 │ ├── ans_4_1.png # 报告第四部分图片得分点1 │ └── …… │ ├── .gitignore # Git 忽略文件 ├── requirements.txt # 项目依赖 ├── main_test_back.py # 已有实验报告的回测 ├── main_analysis.py # 分析结果 └── LICENSE # 许可证文件 ``` #### 依赖 1. 需要安装以下Python库: ```python pip install mysql-connector-python # python 3.7 pip install transformers pip install --upgrade transformers pip install torch pip install tokenizers==0.13.3 pip install scikit-learn ``` ```python conda install -c conda-forge scikit-image ``` ```python # ocr包安装 pip install paddleocr pip install paddlepaddle ``` 2. 需要 [BERT-base-chinese](https://huggingface.co/google-bert/bert-base-chinese) 用于文字判分 [Llama2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) 用于文字判分 [tesseract](https://github.com/UB-Mannheim/tesseract/wiki) 用于ORC #### 使用说明 1. 已有实验报告的回测: main_test_back.py 2. 用于生成回测结果的准确度报告: main_analysis.py #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)