AlphaGenome Viewer — a web UI for querying AlphaGenome without code

Hi everyone,

I built AlphaGenome Viewer, an open-source web interface that wraps the AlphaGenome SDK so you can query predictions through a browser instead of writing notebook or SDK boilerplate -

https://github.com/Abrar-Abir/alphagenome-viewer

The simplest way to try it:

pip install alphagenome-viewer
alphagenome-viewer

Open localhost:8000, enter your API key when prompted, and you’re ready to go. There are also Docker/ Apptainer options if you’re on a shared server/ HPC environment — details in the README.

I found myself repeatedly writing the same SDK setup code every time I wanted to quickly check a prediction for a region or look at variant effects. This tool eliminates that friction — especially useful when you want to explore interactively or share results with collaborators who may not be comfortable with Python.

Feedback, feature requests, and contributions are all welcome — feel free to open an issue on GitHub or reply here. Would love to hear if this is useful to anyone else’s workflow.
-Abrar Abir

2 Likes