GithubHelp home page GithubHelp logo

delestro / openfertility Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.21 MB

Open Fertility is an open-source project dedicated to advancing fertility analysis and prediction through machine learning.

Home Page: https://openfertility.org

License: MIT License

Python 100.00%
ai fertility ivf ml

openfertility's Introduction

Open Ferlility logo

Open Fertility is an open-source project dedicated to advancing fertility analysis and prediction through machine learning. The goal is to foster a community-driven initiative that empowers fertility professionals, researchers, and enthusiasts.

Inspired by the paper An annotated human blastocyst dataset to benchmark deep learning architectures for in vitro fertilization the aim is to leverage the open data they published to develop initial models.

The primary objectives are to:

  • Cultivate an inclusive and collaborative community, bringing together experts and enthusiasts.
  • Provide comprehensive tools for training, evaluating, and applying machine learning techniques.
  • Effective data visualization, to gain valuable insights and interpret data with clarity.
  • Deliver intuitive user interfaces that grant easy access to the models.

Get in touch if you feel interested in participating!

Installation

During this early develoment stage, a PyPi pip installation is still not provided.

To use the current version, follow these steps:

  1. Download and unzip (code button above the files) or clone the repository
  2. Navigate to the directory containing the repository
  3. Run pip install .

Early features

Download the blastocyst dataset

import openfertility as of

blasto2k = of.datasets.blasto2k.Dataset()
blasto2k.download()

Generate training set

import openfertility as of

blasto2k = of.datasets.blasto2k.Dataset()
blasto2k.download()
train_set = of.datasets.splits.TrainSet(blasto2k)

print(f'Image shape: {train_set[0][0].shape}')
>>> Image shape: torch.Size([3, 384, 512])

Show random grid from dataset

import openfertility as of

# Get the dataset
blasto2k = of.datasets.blasto2k.Dataset()
blasto2k.download()

# Generate train set
train_set = of.datasets.splits.TrainSet(blasto2k)

# By default shows labels on the top left corner
of.display.img.grid(train_set) 

blasto2k-grid6x6

openfertility's People

Contributors

delestro avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.