diff --git a/bin/processed_videos.json b/bin/processed_videos.json index ea09d42..546f279 100644 --- a/bin/processed_videos.json +++ b/bin/processed_videos.json @@ -49,6 +49,7 @@ "o28pIeNOxc0", "pvpW59djX14", "qT7iV74WbGs", + "rK02eXm3mfI", "s4znyNjXi3k", "snj_wC1mqcQ", "tsRkRWnF4RA", diff --git a/content/blog/2023-10-12-practical-ai:-huggingface-transformers-and-diffusers-for-beginners.md b/content/blog/2023-10-12-practical-ai:-huggingface-transformers-and-diffusers-for-beginners.md new file mode 100644 index 0000000..c4d8030 --- /dev/null +++ b/content/blog/2023-10-12-practical-ai:-huggingface-transformers-and-diffusers-for-beginners.md @@ -0,0 +1,15 @@ +--- +title: "Practical AI: HuggingFace Transformers and Diffusers for Beginners" +description: "This presentation provides a straightforward overview of the HuggingFace Transformers and Diffusers libraries. Aimed at those without a deep understanding of AI or ML, we’ll focus on practical, hands-on applications. We conclude by setting up a Flask app that generates AI images, demonstrating how these tools can be used to create useful applications." +image: img/2023/rK02eXm3mfI.jpg +video: https://www.youtube.com/embed/rK02eXm3mfI +type: post +categories: + - YouTube + - Python + - Django +tags: ['AI', 'Python', 'HuggingFace', 'Diffusers', 'ML', 'JupyterLabs', 'VS Code'] + +--- + +This presentation provides a straightforward overview of the HuggingFace Transformers and Diffusers libraries. Aimed at those without a deep understanding of AI or ML, we’ll focus on practical, hands-on applications. We conclude by setting up a Flask app that generates AI images, demonstrating how these tools can be used to create useful applications. diff --git a/static/img/2023/rK02eXm3mfI.jpg b/static/img/2023/rK02eXm3mfI.jpg new file mode 100644 index 0000000..17f621d Binary files /dev/null and b/static/img/2023/rK02eXm3mfI.jpg differ