Merge branch 'master' of github.com:ClovertaTheTrilobita/cellpose-web

This commit is contained in:
ClovertaTheTrilobita 2025-10-15 20:44:37 +03:00
commit 49358cd1c1

View file

@ -1,7 +1,7 @@
# cellpose web # cellpose web
<p align="center"> <p align="center">
🛰一个cellpose的简单web前后端🛰<br> 🛰一个cellpose的简单web前后端🛰<br><br>
<img alt="Static Badge" src="https://img.shields.io/badge/Python-3.12-blue"> <img alt="Static Badge" src="https://img.shields.io/badge/Python-3.12-blue">
<img alt="Static Badge" src="https://img.shields.io/badge/Redis-6.4.0-red"> <img alt="Static Badge" src="https://img.shields.io/badge/Redis-6.4.0-red">
<img alt="Static Badge" src="https://img.shields.io/badge/JSDelivr-in_use-brown"> <img alt="Static Badge" src="https://img.shields.io/badge/JSDelivr-in_use-brown">
@ -20,7 +20,7 @@
<br> <br>
### 🛠️手动部署 ## 🛠️手动部署
#### 0. 克隆本仓库至本地 #### 0. 克隆本仓库至本地
@ -143,4 +143,4 @@ python main.py
请将Nginx指向<b>[`frontend/index.html`](frontend/index.html)</b> 请将Nginx指向<b>[`frontend/index.html`](frontend/index.html)</b>
如果你在本地部署,你可以在启动后端后直接打开<b>[`index.html`](frontend/index.html)</b>,开始使用。 如果你在本地部署,你可以在启动后端后直接打开<b>[`index.html`](frontend/index.html)</b>,开始使用。