File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,14 @@ Feature Highlights
37
37
38
38
Comprehensive API documentation
39
39
40
+ .. grid-item-card :: ⚡ Open in Colab
41
+ :link: https://colab.research.google.com/github/TIO-IKIM/CellViT-Inference/blob/main/CellViT_Inference.ipynb
42
+ :class-card: feature-card
43
+ :img-top: https://colab.research.google.com/assets/colab-badge.svg
44
+
45
+ Run examples directly in Google Colab
46
+
47
+
40
48
Video Demonstration
41
49
===================
42
50
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " cellvit"
7
- version = " 0.1.1a1 "
7
+ version = " 1.0.0b "
8
8
description = " CellViT Inference Pipeline for Whole Slide Images (WSI) in Memory"
9
9
authors = [
10
10
{
name =
" Fabian Hörst" ,
email =
" [email protected] " }
11
11
]
12
12
license = {text = " Apache 2.0 with common clause, see LICENSE" }
13
13
classifiers = [
14
- " Development Status :: 3 - Alpha " ,
14
+ " Development Status :: 4 - Beta " ,
15
15
" Intended Audience :: Education" ,
16
16
" Topic :: Scientific/Engineering :: Artificial Intelligence" ,
17
17
" Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments