You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Run CleanVision on a HuggingFace dataset](https://cleanvision.readthedocs.io/en/latest/tutorials/huggingface_dataset.html)
63
63
-[Run CleanVision on a Torchvision dataset](https://cleanvision.readthedocs.io/en/latest/tutorials/torchvision_dataset.html)
64
64
-[Example script](https://github.com/cleanlab/cleanvision/blob/main/docs/source/tutorials/run.py) that can be run with: `python examples/run.py --path <FOLDER_WITH_IMAGES>`
@@ -88,17 +88,9 @@ In any collection of image files (most [formats](https://pillow.readthedocs.io/e
88
88
| 8 | Odd Aspect Ratio | Images with an unusual aspect ratio (overly skinny/wide) | odd_aspect_ratio ||
89
89
| 9 | Odd Size | Images that are abnormally large or small compared to the rest of the dataset | odd_size | <imgsrc="https://raw.githubusercontent.com/cleanlab/assets/master/cleanvision/example_issue_images/odd_size.png"width=20%height=20%> |
90
90
91
-
CleanVision supports Linux, macOS, and Windows and runs on Python 3.10+. Learn more from our [blog](https://cleanlab.ai/blog/cleanvision/).
91
+
CleanVision supports Linux, macOS, and Windows and runs on Python 3.10+. Learn more from our [blog](https://cleanvision.readthedocs.io/en/latest/blog.html).
92
92
93
-
## Community
94
93
95
-
* Interested in contributing? See the [contributing guide](CONTRIBUTING.md). An easy starting point is to
96
-
consider [issues](https://github.com/cleanlab/cleanvision/labels/good%20first%20issue) marked `good first issue`.
94
+
## Have a question?
97
95
98
-
* Ready to start adding your own code? See the [development guide](DEVELOPMENT.md).
99
-
100
-
* Have an issue? [Search existing issues](https://github.com/cleanlab/cleanvision/issues?q=is%3Aissue)
101
-
or [submit a new issue](https://github.com/cleanlab/cleanvision/issues/new/choose).
Search the resources listed above and existing [GitHub Issues](https://github.com/cleanlab/cleanvision/issues?q=is%3Aissue), or [submit a new Issue](https://github.com/cleanlab/cleanvision/issues/new/choose).
0 commit comments