scivision
scivision copied to clipboard
scivision: a framework for scientific image analysis
A Toolkit for Scientific Image Analysis
The scivision
project aims to connect computer vision model developers to image data providers from diverse scientific fields.
It's core features are:
- The scivision catalog, containing pretrained computer vision models and datasets from science and the humanities
- The scivision model and datasource API, a simple, standard interface to models and data that works with the entries in the catalog
The Scivision documentation is hosted on Read the Docs (including maintainer documentation). Start with the User Guide for an introduction to using Scivision.
You can also see an interactive demonstration of Scivision right now in your browser, no installation required:
Browse through a gallery of notebooks (runnable interactively with Binder) from research projects using Scivision at the Scivision Gallery.
Scivision development happens in the Scivision GitHub repo.
🐨 Installation
-
Install scivision via PyPi: which tends to be the most user-friendly option:
pip install scivision
-
Install scivision from the source code:
- Clone scivision source code:
git clone https://github.com/alan-turing-institute/scivision.git
- Install scivision and its dependencies:
cd /path/to/my/scivision pip install -v -e .
🤔 Contributing
See the Contributing Guide on readthedocs, which contains information on how to set up and contribute computer vision models and scientific image datasets to the scivision catalog, and make them available via the scivision python API, as well as modify the source code.
You may consider starting or joining in with a discussion, or opening an issue in this GitHub repo.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Aida Mehonic 📋 📖 🤔 |
Alan R Lowe 💻 🤔 📖 🚇 🔍 |
Alejandro © 💻 🤔 🎨 💡 |
Beatriz Costa Gomes 💻 🤔 📖 🎨 💡 |
Ben Evans 🤔 |
Ed Chalstrey 💻 🤔 📖 🚇 |
Evangeline Corcoran 💻 🤔 📖 🚇 |
JamesAliScott 🤔 🔣 |
Kasra Hosseini 💻 🤔 📖 🚇 |
Martin Rogers 🔣 💡 💻 🤔 |
Miquel Massot 💻 🤔 📖 🔌 |
Robert Blackwell 🤔 |
Scott Hosking 🔍 🤔 |
ots22 💻 🤔 📖 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!