Code Monkey home page Code Monkey logo

computer-vision-course's Introduction

Computer Vision Community Course

This is the repository for a community-led course on Computer Vision. Below, you can find how you can help us in this effort.

How to get started

  1. Join us in Discord ๐Ÿ‘พ

    Join the Hugging Face discord, take the role open-source and join us at the channel #cv-community-project.

image image
  1. Pick a section from the table of contents and add your first name and discord username there. (Please only sign up for two chapters maximum for now.)
  2. Connect with your team members in Discord

How to contribute to the course

  1. One person from your team should create a fork of this repository
  2. Add your team members as collaborators to the fork
  3. Add a branch for your section
  4. Create Jupyter Notebooks for the chapters you want to contribute to
  5. Add the notebooks to the fork
  6. Work on the notebooks in your team and collaborate via standard git functionalities
  7. Make sure to update the requirements.txt file in the root of the repository
  8. When you feel like you are ready, create a pull request to this repository

Syntax and Doc Rules โ—๏ธโ—๏ธ

These rules are required to render the course on hf.co/learn ๐Ÿ˜Š

  1. Every chapter should have a main header (h1, e.g. # Introduction) before the content.
  2. We can use the syntax features in Hugging Face course! This includes ๐Ÿ‘‡

Tip Blocks Write tips like so:

<Tip>
Write your note here
</Tip>

You can write warnings like this: <Tip warning={true}>

Framework Dependent Code To have multiple frameworks in one code snippet with a toggle, you can do:

<frameworkcontent>
<pt>
PyTorch content goes here
</pt>
<tf>
TensorFlow content goes here
</tf>
<flax>
Flax content goes here
</flax>
</frameworkcontent>

Anchor Links for Headers If you want to refer to a section inside the text, you can do it like below ๐Ÿ‘‡

## My awesome section[[some-section]]
// the anchor link is: `some-section`

Code Blocks You can write codeblocks by wrapping it with three backticks. Please add the associated language code, e.g. py or bash after top backticks to enable language specific rendering of code blocks.

LaTeX You can write LaTeX by writing it like this: `$$...$$`` For example ๐Ÿ‘‡

$$Y = X * \textbf{dequantize}(W); \text{quantize}(W)$$
  1. Add your chapter to _toctree.yml.
  • Note that the directory structure is as follows, so when you add a new chapter, make sure to stick to it:
.
โ””โ”€โ”€ course/
    โ””โ”€โ”€ chapters/
        โ”œโ”€โ”€ chapter0/
        โ”‚   โ”œโ”€โ”€ introduction.mdx
        โ”‚   โ””โ”€โ”€ getting_started.mdx
        โ”œโ”€โ”€ chapter1/
        โ”‚   โ””โ”€โ”€ ...mdx
        โ””โ”€โ”€ _toctree.yml
  • If you need advice on the tone of your content, feel free to check out Hugging Face Audio Course as it's a good example.

  • Before contributing, please read the general contribution guide.

  • If you have any images, videos and more in your PRs, please store them in this Hugging Face repository to keep this repository lightweight. You can ask for an access to the organization if you aren't a part of it yet.

Become a Reviewer

Is everything already assigned, but you still really want to contribute to the course? No worries, you can still become a reviewer! This will allow you to review the notebooks and READMEs and give feedback to the authors.

  1. Go here and at the bottom choose the "Reviewers" tab,
  2. Add your first name and GitHub username,
  3. You'll be added to the repo as a contributor and will be able to review Pull Requests (PRs)!
  4. Assign yourself to any PRs you think make sense for you,
  5. While reviewing, ask yourself if the changes and additions make sense - After all, the most important part of a course is conveying ideas properly, which makes the learning experience smoother.
  6. Share your feedback and ideas with the authors on how they can improve. In the long term, we're aiming to make a robust, high-quality course accessible to everyone!
  7. Finally, every PR can be merged when it has two approvals from reviewers.

Tips and Hints

  • For an easier collaboration when working on notebooks together, feel free to use ReviewNB, which is free for open-source and educational use cases.

  • In the requirements.txt file you can find some packages that can be helpful when creating the material. As we're originating from the HuggingFace community, we can recommend using the transformers, datasets, evaluate and timm libraries.

computer-vision-course's People

Contributors

alperenunlu avatar anindyadeep avatar chiho-5 avatar dependabot[bot] avatar johko avatar lunarflu avatar merveenoyan avatar notvicent3 avatar wonhyeongseo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.