Instructions to use cvtechniques/CXR-Pneumonia-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use cvtechniques/CXR-Pneumonia-Classification with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("cvtechniques/CXR-Pneumonia-Classification") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload CXR-Pneumonia-Classification.zip
Browse files
CXR-Pneumonia-Classification.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab4cb93cc78dbc5a748a91ba787d8a6e92944d686d768e541edd222c64aeb169
|
| 3 |
+
size 4065382
|