mirror of
https://github.com/ClovertaTheTrilobita/cellpose-web.git
synced 2026-04-01 23:14:50 +00:00
Update README with license and attribution details
Add license information and attribution to Cellpose project.
This commit is contained in:
parent
75599779c1
commit
35b976b06f
1 changed files with 7 additions and 0 deletions
|
|
@ -152,3 +152,10 @@ 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>,开始使用。
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the [Apache-2.0 license](LICENSE).
|
||||||
|
|
||||||
|
It also includes code and ideas from the [Cellpose](https://github.com/mouseland/cellpose) project,
|
||||||
|
which is licensed under the [BSD 3-Clause License](LICENSES/BSD-3-Clause-cellpose.txt).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue