johko / computer-vision-course

This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord
MIT License
389 stars 126 forks source link

Added syntax and doc rules #24

Closed merveenoyan closed 9 months ago

merveenoyan commented 9 months ago

Added syntax and doc rules for documentation builds on hf.co/learn 😊

johko commented 9 months ago

Thanks for the PR @merveenoyan . I guess making it compatible to the other courses also means, that we should be using mdx format, so that we can apply these rules you have outlined here, right? And that also means we won't be using notebooks as main medium, but the mdx files, if I understand correctly, I guess that should also be reflected by changing it in the base README.md

So we are kinda changing from the structure as it is in the diffusion model class to one as it is in the nlp course.

alperenunlu commented 9 months ago

I think we still can use notebooks like in the deep-rl-class for the required hands-on and coding sections.