huggingface / huggingface/computer-vision-course
Image Classification task is missing in Unit 6
- Dominant language
- Jupyter Notebook
- Stars
- 881
- Forks
- 242
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
Image classification falls under Basic CV tasks but as of now it is missing from Unit 6. I am planning to add a chapter in Unit 6. A typical structure I am planning to add is here -
# Image Classification
- [ ] Overview of Image Classification
- Introduction to the concept and importance of image classification in computer vision
- Brief presentation of popular models.
- [ ] Example Application of Image Classification
- [ ] Hands-on Notebook
- Using pretrained CNN model (such as VGG, ResNet) for image classification problem
- Using pretrained ViT model for image classification problem
- [ ] Real life example of image classification ( such medical image classification) with notebooks.
Contributor guide
Assessment
This issue has not been assessed yet.