Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
OpenPeerAI
/
CancerAtHomeV2
Like
1
Follow
OpenPeer AI
4
Other
doi:10.57967/hf/7044
cancer-at-home-v2
cancer-genomics
bioinformatics
graph-database
neo4j
distributed-computing
boinc
healthcare
genomics
fastq
blast
variant-calling
gdc-portal
tcga
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
CancerAtHomeV2
/
backend
/
api
/
__init__.py
Mentors4EDU
Upload 33 files
7a92197
verified
10 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
76 Bytes
"""
Backend API Module
"""
from
.main
import
app
__all__ = [
'app'
]