Views
No views yet
train.ipynb notebook, or use the code directly:1from dna_classification.models import DNASequenceClassifier
2
3model = DNASequenceClassifier("nleroy917/viral-sequence-prediction")
4
5virus = model.predict("MGYINVFAFPFTIYSLLLCRMNFRNYIAQVDVVNFNLT")
6>>> COVID