All Projects → FETS-AI → Front-End

FETS-AI / Front-End

Licence: other
Federated Learning based Deep Learning. Docs: https://fets-ai.github.io/Front-End/

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language
matlab
3953 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Front-End

qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (-42.86%)
Mutual labels:  qt5
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-48.57%)
Mutual labels:  qt5
openViVi
open source version of ViVi text editor
Stars: ✭ 48 (+37.14%)
Mutual labels:  qt5
screenshotgun
Open cross-platform screenshoter with cloud support and server part
Stars: ✭ 23 (-34.29%)
Mutual labels:  qt5
pymadcad
Simple yet powerful CAD (Computer Aided Design) library, written with Python.
Stars: ✭ 63 (+80%)
Mutual labels:  qt5
OmiEmbed
Multi-task deep learning framework for multi-omics data analysis
Stars: ✭ 16 (-54.29%)
Mutual labels:  cancer
Swiftly
Swiftly is an easy to use Qt/C++ web framework
Stars: ✭ 20 (-42.86%)
Mutual labels:  qt5
Awesome-Federated-Machine-Learning
Everything about federated learning, including research papers, books, codes, tutorials, videos and beyond
Stars: ✭ 190 (+442.86%)
Mutual labels:  federated-learning
capture3
C++ research project to learn more about cameras, image processing, color spaces, OpenCV and multi‑threading.
Stars: ✭ 17 (-51.43%)
Mutual labels:  qt5
qt mysql driver
Typical symptom: QMYSQL driver not loaded -> get pre-built Qt SQL driver plug-in required to connect QSqlDatabase to MySQL / MariaDB with QSqlDatabase::addDatabase("QMYSQL"). Download qsqlmysql.dll binaries built from official Qt source code
Stars: ✭ 102 (+191.43%)
Mutual labels:  qt5
QtExamples
Translations of the official Qt examples into PyQt5 (also PySide2) and more.
Stars: ✭ 39 (+11.43%)
Mutual labels:  qt5
cmmk ctrl
Qt based RGB control application for MasterKeys devices
Stars: ✭ 24 (-31.43%)
Mutual labels:  qt5
xyz-qgis-plugin
Plugin for QGIS to connect to the HERE XYZ Hub API
Stars: ✭ 22 (-37.14%)
Mutual labels:  qt5
ng-qt
Build extremely powerful and efficient native cross-platform desktop applications using Angular and NodeGUI
Stars: ✭ 14 (-60%)
Mutual labels:  qt5
openfluid
OpenFLUID framework and applications
Stars: ✭ 19 (-45.71%)
Mutual labels:  qt5
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (-22.86%)
Mutual labels:  qt5
touchockey
QtQuick2 hockey game using mobile browsers as game controller
Stars: ✭ 22 (-37.14%)
Mutual labels:  qt5
RNAseq titration results
Cross-platform normalization enables machine learning model training on microarray and RNA-seq data simultaneously
Stars: ✭ 22 (-37.14%)
Mutual labels:  cancer
asn1scc.IDE
Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems
Stars: ✭ 15 (-57.14%)
Mutual labels:  qt5
civic-client
Web client for CIViC: Clinical Interpretations of Variants in Cancer
Stars: ✭ 49 (+40%)
Mutual labels:  cancer

FeTS: Federated Tumor Segmentation

The Federated Tumor Segmentation (FeTS) platform, describes an on-going under development open-source toolkit, with a user-friendly graphical user interface (GUI), aiming at:

  • bringing pre-trained segmentation models of numerous deep learning algorithms and their fusion, closer to clinical experts and researchers, thereby enabling easy quantification of new radiographic scans and comparative evaluation of new algorithms.
  • allowing secure multi-institutional collaborations via federated learning to improve these pre-trained models without sharing patient data, thereby overcoming legal, privacy, and data-ownership challenges.

Successful completion of this project will lead to an easy-to-use potentially-translatable tool enabling easy, fast, objective, repeatable and accurate tumor segmentation, without requiring a computational background by the user, and while facilitating further analysis of tumor radio-phenotypes towards accelerating discovery.

FeTS is developed and maintained by the Center for Biomedical Image Computing and Analytics (CBICA) at the University of Pennsylvania, in collaboration with Intel Labs, Intel AI, and Intel Internet of Things Group.

For more details, please visit us at https://www.fets.ai/

Status & Timeline

  • FeTS is currently undergoing a Phase-1 evaluation with a limited number of international collaborating institutions.
  • The Phase-1 evaluation is expected to go on until the end of Q4 2020.
  • Phase-2 evaluation, including all committed international collaborators is expected to follow the end of Phase-1.

Supporting Grant

This work is in part supported by the National Institutes of Health / National Cancer Institute / Informatics Technology for Cancer Research (NIH/NCI/ITCR), under grant award number U01-CA242871.

Documentation

https://fets-ai.github.io/Front-End/

Disclaimer

  • The software has been designed for research purposes only and has neither been reviewed nor approved for clinical use by the Food and Drug Administration (FDA) or by any other federal/state agency.
  • Certain part of the code for this user interface (excluding dependent libraries) is governed by the license provided in https://www.med.upenn.edu/sbia/software-agreement.html unless otherwise specified.

For more details, please visit us at https://www.fets.ai/

For issues, please visit https://github.com/FETS-AI/Front-End/issues

Downloads

By downloading FeTS, you agree to our License.

Contact

For more information, please contact CBICA Software.

GitHub Distribution

We currently provide only our tagged versions of the code via GitHub. Check the "tags" using your favorite Git client after cloning our repository. The analogous commands are as follows:

git clone https://github.com/FETS-AI/Front-End.git
latesttag=$(git describe --tags)
echo checking out ${latesttag}
git checkout ${latesttag}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].