huggingface / cookbook

Open-source AI cookbook
https://huggingface.co/learn/cookbook
Apache License 2.0
1.63k stars 224 forks source link

Call for Contributions #82

Open merveenoyan opened 5 months ago

merveenoyan commented 5 months ago

Hello folks! πŸ™‹β€β™€οΈ Wanted to post here the roadmap we have for the cookbook. The cookbook is made for industry/applied AI use cases. In the upcoming weeks, we would like to have more recipes on the following topics:

In all of above, you can either do Hugging Face e2e workflows or demonstrate your own library or any library you'd like to use.

Feel free to let us know or open a discussion or issue here if you have ideas and you'd like to validate ☺️

emre570 commented 5 months ago

I can help about how to fine-tune a Vision Transformer model with a custom biomedical dataset. I made an example for my graduation project.

jacobmarks commented 5 months ago

@merveenoyan I will be contributing one in computer vision shortly πŸ˜‰

krmdel commented 5 months ago

We work on high-throughput and real-time hematology analysis for clinical diagnostics, therefore, I have experience on and can contribute to end-to-end vision and data processing pipelines including image acquisition and pre-processing, image reconstruction and object detection/segmentation.

merveenoyan commented 5 months ago

@krmdel that sounds great tbh!

merveenoyan commented 5 months ago

@jacobmarks @emre570 awesome, awaiting your PRs!!!

jacobmarks commented 5 months ago

@jacobmarks @emre570 awesome, awaiting your PRs!!!

Thanks @merveenoyan , contribution ready for review :) https://github.com/huggingface/cookbook/pull/89.

Do you accept multiple contributions from the same person if they are on different topics and don't overlap in concepts/recipes?

merveenoyan commented 5 months ago

@jacobmarks I think it makes sense to have one example per library for instance unless it shows a very solid industry use case with great know-hows, but I'd like to defer to @stevhliu

stevhliu commented 5 months ago

Hi, @jacobmarks, as long as the recipes are practical and demonstrate a real-world application, feel free to contribute as many recipes as you'd like. There is no limit to how many recipes you can contribute πŸ™‚

Bonus points if the recipe is industry-specific, applicable to non-text domains like computer vision, or specialized techniques for production!

jungnerd commented 3 months ago

Is it possible to add a notebook in English only? One of our team member created a notebook on 'How to use the Hugging Face Inference Endpoint to host models in the Hub and implement an end-to-end RAG pipeline based on open models', and I think it would be great to contribute it to the cookbook.

stevhliu commented 3 months ago

Sure! You can open a PR to add the notebook to cookbook/notebook/en πŸ™‚

jungnerd commented 3 months ago

Sure! You can open a PR to add the notebook to cookbook/notebook/en πŸ™‚

The notebook is written in Korean, is that okay? πŸ€”

stevhliu commented 3 months ago

Oh sorry, I misunderstood your message! Would you like to create cookbook/notebook/ko and add the notebook there?

jungnerd commented 3 months ago

Oh sorry, I misunderstood your message! Would you like to create cookbook/notebook/ko and add the notebook there?

Oh that would be great if we could! We'll be creating more notebooks as team projects soon, and it would be nice to have cookbook/notebook/ko folder πŸ‘

sergiopaniego commented 1 month ago

Hi! I'd like to contribute with an Fine-tuning and object detection model cookbook example. I already have a draft that I can upload as a PR πŸ˜„. In the notebook, I fine-tune an object detection model from the hub on a dataset also from the hub and we upload the result.

stevhliu commented 1 month ago

Thanks, feel free to open a PR so we can take a look! Bonus points if it's an object detection model trained for an industry-specific use case πŸ˜„