Moeinh77/Virus-DNA-classification-BERT
Classification of 6 viruses including covid-19 based on their DNA sequences using Transformers
This project helps biological researchers and lab technicians quickly identify specific viruses from their DNA sequences. You input raw DNA sequences, and it tells you which of six common viruses (including COVID-19, SARS-CoV-1, MERS-CoV, Ebola, Dengue, and Influenza) the sample likely belongs to. This tool is designed for those who need to classify viral DNA with high accuracy.
No commits in the last 6 months.
Use this if you need a highly accurate, pre-trained model to classify viral DNA sequences for a set of common pathogens, leveraging state-of-the-art deep learning.
Not ideal if your classification task involves viruses not included in the specified six, or if you need to perform de novo sequence assembly rather than classification.
Stars
18
Forks
5
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Moeinh77/Virus-DNA-classification-BERT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lonePatient/Bert-Multi-Label-Text-Classification
This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text...
mim-solutions/bert_for_longer_texts
BERT classification model for processing texts longer than 512 tokens. Text is first divided...
OctoberChang/X-Transformer
X-Transformer: Taming Pretrained Transformers for eXtreme Multi-label Text Classification
QData/LaMP
ECML 2019: Graph Neural Networks for Multi-Label Classification
illiterate/BertClassifier
基于PyTorch的BERT中文文本分类模型(BERT Chinese text classification model implemented by PyTorch)