# VIIEP **Repository Path**: jiang-shaochen/viiep ## Basic Information - **Project Name**: VIIEP - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-09 - **Last Updated**: 2025-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 依赖 - FastAPI - uvicorn - pillow - numpy - python-multipart ### 快速开始 python3.10 环境安装 ```shell pip install -r requirements.txt python app.py # 浏览器访问文档页面 http://localhost:8080 ```