# underwater_fastAPI **Repository Path**: ldlnii/underwater_fast-api ## Basic Information - **Project Name**: underwater_fastAPI - **Description**: 水下地形 python服务端框架 FastAPI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-09 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Create Conda env conda create -n underwater python=3.11 -y # Activate the env conda activate underwater # Install the dependence pip install -r requirements.txt # 你也可以选择在docker容器中部署FastAPI服务 只需要运行代码: 即可 run_docker_fastapi.sh