hrzn/prot-gpt
Nano Prot GPT: NanoGPT on protein sequences
This project helps biological researchers and biochemists generate new, hypothetical protein sequences based on patterns learned from existing protein data. You provide a dataset of known protein sequences, and it produces a trained model that can then generate novel sequences, which you can further analyze or visualize with tools like AlphaFold.
No commits in the last 6 months.
Use this if you need to computationally explore new protein designs or generate diverse protein sequence candidates for experimental validation.
Not ideal if you're looking for a tool to predict protein function or structure directly from sequence, or to analyze evolutionary relationships between proteins.
Stars
21
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 10, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/hrzn/prot-gpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vixhal-baraiya/microgpt-c
The most atomic way to train and inference a GPT in pure, dependency-free C
milanm/AutoGrad-Engine
A complete GPT language model (training and inference) in ~600 lines of pure C#, zero dependencies
LeeSinLiang/microGPT
Implementation of GPT from scratch. Design to be lightweight and easy to modify.
dubzdubz/microgpt-ts
A complete GPT built from scratch in TypeScript with zero dependencies
biegehydra/NanoGptDotnet
A miniature large language model (LLM) that generates shakespeare like text written in C#....