|
7 | 7 | [](https://pypi.org/project/scivision/)
|
8 | 8 | [](#contributors)
|
9 | 9 | [](https://github.com/alan-turing-institute/scivision/blob/main/LICENSE)
|
| 10 | +[](https://zenodo.org/doi/10.5281/zenodo.10792860) |
10 | 11 |
|
11 | 12 | If you are new to Scivision, start with the [website](https://sci.vision/).
|
12 | 13 |
|
13 | 14 | The Scivision project is building:
|
14 | 15 |
|
15 |
| -- Some things hosted in [this GitHub repository](https://github.com/alan-turing-institute/scivision): |
16 |
| - - A **catalog** of community-curated computer vision [models](https://sci.vision/#/model-grid) and [datasets](https://sci.vision/#/datasource-grid) from the sciences and humanities |
17 |
| - - A **Python package**, for conveniently downloading and using these models and datasets from Python ([scivision on PyPI](https://pypi.org/project/scivision/)) |
18 |
| - - **Documentation** for the above ([documentation website](https://scivision.readthedocs.io/en/latest/)) |
19 |
| -- A [**gallery of notebooks**](https://github.com/scivision-gallery) using Scivision models and datasets |
20 |
| -- a **community** of computer vision practitioners in the sciences and humanities |
21 |
| - ([mailing list](https://scivision.substack.com/), [get Slack invitation](https://docs.google.com/forms/d/e/1FAIpQLSfDPbsb_CWApnodHlNyOQMQdKhKA9meJi_SAuh8K8dVpbIiDA/viewform)) |
22 |
| -- A (nascent) **ecosystem of computer vision tools and utilities** |
| 16 | +- A **community** of computer vision practitioners in the sciences and humanities |
| 17 | + ([get a Slack invitation](https://docs.google.com/forms/d/e/1FAIpQLSfDPbsb_CWApnodHlNyOQMQdKhKA9meJi_SAuh8K8dVpbIiDA/viewform), [join the mailing list](https://scivision.substack.com/)) |
| 18 | +- A **catalog** of community-curated computer vision [models](https://sci.vision/#/model-grid) and [datasets](https://sci.vision/#/datasource-grid) from the sciences and humanities |
| 19 | +- A software **ecosystem of interoperable tools** and utilities for working with computer vision models and data, including: |
| 20 | + - **Scivision.Py**, a Python package for conveniently downloading and using the computer vision models and datasets from Python ([scivision on PyPI](https://pypi.org/project/scivision/)) |
| 21 | + - **[Pixelflow](https://github.com/alan-turing-institute/pixelflow)**, a tool for extracting information about the characteristics of objects in images |
23 | 22 |
|
24 |
| -Submit a bug or feature request [here](https://github.com/alan-turing-institute/scivision/issues). |
25 |
| - |
26 |
| -If you would like a link to a model or datasource to be listed in the catalog, such a contribution would be gratefully received. See the [Contributing Guide](https://scivision.readthedocs.io/en/latest/contributing.html) for how to set up and submit a new entry. Pull requests for code changes are also welcome. |
| 23 | + Example use cases for these tools can be found in the [**gallery of notebooks**](https://github.com/scivision-gallery) using Scivision models and datasets |
27 | 24 |
|
28 |
| -The Scivision project is funded by the Alan Turing Institute. |
| 25 | +The Scivision project is funded by [the Alan Turing Institute](https://www.turing.ac.uk/). |
29 | 26 |
|
30 | 27 | ## Repository contents
|
31 | 28 |
|
32 |
| -The main [project repository on GitHub](https://github.com/alan-turing-institute/scivision) hosts |
| 29 | +This main [project repository on GitHub](https://github.com/alan-turing-institute/scivision) hosts |
33 | 30 | - development of the Python package (in the root directory)
|
34 | 31 | - development of the website (in `frontend`)
|
35 | 32 | - the documentation sources (in `docs`)
|
36 | 33 |
|
37 |
| -## Getting Started |
| 34 | +## Get involved |
| 35 | +Submit a bug or feature request [here](https://github.com/alan-turing-institute/scivision/issues). |
| 36 | + |
| 37 | +If you would like a link to a model or datasource to be listed in the catalog, such a contribution would be gratefully received. These can be submitted through the [scivision website](https://sci.vision/#/contribute). See the [Contributing Guide](https://scivision.readthedocs.io/en/latest/contributing.html) for more details on how to format your model / data. |
| 38 | + |
| 39 | +Pull requests for code changes are also welcome. |
| 40 | + |
| 41 | + |
| 42 | +## Getting Started with Scivision.Py |
38 | 43 |
|
39 | 44 | A quick overview of using the Scivision.Py python package.
|
40 | 45 |
|
@@ -91,7 +96,7 @@ plt.imshow(test_image)
|
91 | 96 |
|
92 | 97 | 
|
93 | 98 |
|
94 |
| -- [More about datasources](https://scivision.readthedocs.io/en/latest/datasource_repository_template.html) |
| 99 | +- [More about datasources](https://scivision.readthedocs.io/en/latest/data_repository_template.html) |
95 | 100 |
|
96 | 101 | ### Run a Scivision model
|
97 | 102 |
|
@@ -122,8 +127,7 @@ Output:
|
122 | 127 | | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ |
|
123 | 128 |
|
124 | 129 |
|
125 |
| -- [Contributing an entry to the catalog](https://scivision.readthedocs.io/en/latest/contributing.html#extending-the-scivision-catalog) |
126 |
| -- The catalogs are browsable online: |
| 130 | +The catalogs are browsable online: |
127 | 131 | - [model catalog](https://sci.vision/#/model-grid)
|
128 | 132 | - [datasource catalog](https://sci.vision/#/datasource-grid)
|
129 | 133 |
|
|
0 commit comments