# oct5-thick-layer-analysis **Repository Path**: baihaowen/oct5-thick-layer-analysis ## Basic Information - **Project Name**: oct5-thick-layer-analysis - **Description**: OCT5厚层分析处理网页 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-13 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, FastAPI ## README ## 🛶server > 主要api启动 -> python ApiOCTOptovueDataConvertLayerCal.py 使用方法: ```python @app.get("/list_images/")下面的 file_path = os.path.join(f'http://114.55.245.149:7833/static/{user_string}/', file_name) 修改为自己api启动的ip和端口 ``` ## 🛶upload-image-UI > 前端启动 -> npm run start **[src](https://gitee.com/baihaowen/oct5-thick-layer-analysis/tree/master/upload-image-UI/src)** / **[utils](https://gitee.com/baihaowen/oct5-thick-layer-analysis/tree/master/upload-image-UI/src/utils)** / **request.js** 下面 ```javascript baseURL: 'http://114.55.245.149:7833', request_baseURL = 'http://114.55.245.149:7833' 修改为自己的api接口服务端地址 ``` ## 🛶图像处理api和server一起用 > 附属api启动,附属于server用于图像计算 -> bash run-optovue-5level-api-opti.sh ## 🛶frp_0.44.0_linux_amd64 用于内网穿透 ```bash ./frpc -c ./frpc.ini ```