CoolFace
Apppublic

SowmyaH/ddg-mutation-scanner

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes
App README

title: ΔΔG Mutation Scanner emoji: 🧬 colorFrom: indigo colorTo: blue sdk: gradio sdkversion: 4.29.0 appfile: app.py pinned: false license: mit ---

ΔΔG Mutation Scanner (HF Spaces starter)

A super-simple Gradio UI you can upload directly to Hugging Face Spaces (no GitHub needed). Then upload your model files:

  • xgb_full.json
  • gnn+esm.pt
  • cnn_ddgmodel.keras

Instructions

  1. 1.Create a new Space → SDK: Gradio → Hardware: CPU Basic → Create.
  2. 2.In the Space, go to FilesAdd file and upload:
  3. 3.app.py
  4. 4.requirements.txt
  5. 5.README.md
  6. 6.runtime.txt (optional)
  7. 7.Wait for the build to finish. Open the App tab for your permanent URL.
  8. 8.Add your model files (xgb_full.json, gnn+esm.pt, cnn_ddgmodel.keras) via Add file.
  9. 9.Toggle Test mode off when your real inference is wired in.