Downloads · 30 days
14
8% of all-time downloads
mihalca/SymptoAI
SymptoAI is a text classification model from mihalca. Use it when you need a label for a piece of text. It is set up for transformers.js. The card lists the license as mit.
This model is a fine-tuned BERT-based architecture designed to recognize and classify symptoms of diseases. It has been trained on a curated dataset containing labeled descriptions of various disease symptoms and conv…
Downloads · 30 days
14
8% of all-time downloads
All-time downloads
172
Public
Repo size
552 MB
Likes
1
Public
Click a slice to open those files.
.onnx552 MB · 100%
From the Hugging Face model README
This model is a fine-tuned BERT-based architecture designed to recognize and classify symptoms of diseases. It has been trained on a curated dataset containing labeled descriptions of various disease symptoms and converted to ONNX for efficient inference.
This model can be used directly for symptom classification in applications like:
The model may be fine-tuned further or integrated into larger healthcare solutions involving disease diagnosis or prediction.
Install the required dependencies:
pip install transformers onnxruntime