---
title: "Image to Text with Semantic Kernel and HuggingFace"
url: https://daily.dev/posts/image-to-text-with-semantic-kernel-and-huggingface-pives1i5j
source_url: https://devblogs.microsoft.com/semantic-kernel/image-to-text-with-semantic-kernel-and-huggingface
type: article
source: "DevBlogs"
published: 2024-03-21T17:31:35.317Z
updated: 2024-05-09T08:58:27.770Z
tags: ["ai", "c#", "huggingface", "semantic-kernel"]
reading_time: 3
upvotes: 6
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Image to Text with Semantic Kernel and HuggingFace

**[DevBlogs](https://daily.dev/sources/devblogs)** · 3 min read · 6 upvotes · 0 comments

## Summary

Introducing the Image to Text modality service within Semantic Kernel using HuggingFace. A demo video showcases a Windows Forms application with the innovative ImageToText feature. The seamless integration captures the binary content of images and generates descriptive text. To use the feature, install the required packages and follow the provided C# code snippet.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/semantic-kernel/image-to-text-with-semantic-kernel-and-huggingface>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#c#](https://daily.dev/tags/c#), [#huggingface](https://daily.dev/tags/huggingface), [#semantic-kernel](https://daily.dev/tags/semantic-kernel)

[View this post on daily.dev](https://daily.dev/posts/image-to-text-with-semantic-kernel-and-huggingface-pives1i5j)
