/pdbGPT

Query PDB entries with the power of your LLM

Primary LanguagePython

PDB GPT

Query PDB entries' publications about the protein entry with the power of your LLM.

File Guide

  • streamlit_app.py: landing page of the app
  • llama_worker.py: logic of the LLM for processing publications related to the PDB id

To develop/launch this app in your local environment, fork this repo, launch github codespaces. Within codespace, run "streamlit run streamlit_app.py" to launch the app.