{"id":21125526,"url":"https://github.com/microsoft/ai-dev-gallery","last_synced_at":"2025-05-14T20:09:42.041Z","repository":{"id":263659898,"uuid":"884443414","full_name":"microsoft/ai-dev-gallery","owner":"microsoft","description":"An open-source project for Windows developers to learn how to add AI with local models and APIs to Windows apps.","archived":false,"fork":false,"pushed_at":"2025-05-13T18:50:17.000Z","size":24749,"stargazers_count":1025,"open_issues_count":62,"forks_count":124,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-05-13T19:53:59.652Z","etag":null,"topics":["ai","csharp","developer-tools","directml","dotnet","genai","mistral","npu","onnx","onnxruntime","onnxruntime-genai","phi3","qnn","stable-diffusion","visual-studio","whisper","winappsdk","windows","winui3","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-06T19:01:36.000Z","updated_at":"2025-05-13T05:49:02.000Z","dependencies_parsed_at":"2025-04-14T00:53:32.939Z","dependency_job_id":"8f06a5d4-0726-4273-b1f5-6f3dbcdd9638","html_url":"https://github.com/microsoft/ai-dev-gallery","commit_stats":null,"previous_names":["microsoft/ai-dev-gallery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fai-dev-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fai-dev-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fai-dev-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fai-dev-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/ai-dev-gallery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254219374,"owners_count":22034397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","csharp","developer-tools","directml","dotnet","genai","mistral","npu","onnx","onnxruntime","onnxruntime-genai","phi3","qnn","stable-diffusion","visual-studio","whisper","winappsdk","windows","winui3","wpf"],"created_at":"2024-11-20T04:34:31.550Z","updated_at":"2025-05-14T20:09:42.014Z","avatar_url":"https://github.com/microsoft.png","language":"C#","readme":"![WindowsAI hero image](docs/images/header.png)\n\n\u003ch1 align=\"center\"\u003e\n    AI Dev Gallery (Preview)\n\u003c/h1\u003e\n\n\u003e [!IMPORTANT]  \n\u003e The AI Dev Gallery is currently in public preview, and we’d love your feedback! Share your thoughts by creating an [issue](https://github.com/microsoft/ai-dev-gallery/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen).\n\nDesigned for Windows developers, the AI Dev Gallery helps integrate AI capabilities into apps and projects. It includes:\n\n- **Explore over 25 interactive samples powered by local AI models**\n- **Easily browse, download, and run models from Hugging Face and GitHub**\n- **View the C# source code and export standalone Visual Studio projects with a single click**\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"docs/images/HeroImage1.png\" alt=\"AI Dev Gallery\" width=\"600\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"http://aka.ms/ai-dev-gallery-store\"\u003e\n\t\u003cimg alt=\"Store badge\" src=\"docs/images/storeBadge.png\" width=\"200\"/\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## 🚀 Getting started\nDownload [AI Dev Gallery from the Microsoft Store](http://aka.ms/ai-dev-gallery-store) or follow these steps to install it manually:\n\n### 1. Set up the environment\n\n\u003e**⚠️ Note**: AI Dev Gallery requires [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or later for building and Windows 10 or newer to run.\nIf you're new to building apps with WinUI and the Windows App SDK, follow the [installation instructions](https://learn.microsoft.com/windows/apps/get-started/start-here).\n\n**Required [Visual Studio components](https://learn.microsoft.com/windows/apps/get-started/start-here?tabs=vs-2022-17-10#required-workloads-and-components):**\n- Windows application development\n\n### 2. Clone the repository\n\n```shell\ngit clone https://github.com/microsoft/AI-Dev-Gallery.git\n```\n\n### 3. Open AIDevGallery.sln with Visual Studio!\n\nEnsure that the `AIDevGallery` project is set as the startup project in Visual Studio.\n\nPress \u003ckbd\u003eF5\u003c/kbd\u003e to run AI Dev Gallery!\n\n\u003e**⚠️ Note**: On ARM64-based Copilot+ PCs, make sure to build and run the solution as `ARM64` (and not as `x64`). This is required especially when running the samples that invoke the Windows Copilot Runtime to communicate with models such as Phi Silica.\n\n\u003e**⚠️ Note**: Having issues installing the app on your machine? Let us know by \u003ca href=\"https://github.com/microsoft/AI-Dev-Gallery/issues\"\u003eopening an issue \u003c/a\u003e and our team will do our best to help!\n\n\u003cbr/\u003e\n\n## 💻 Device requirements\n- **Minimum OS version**: Windows 10, version 1809 (10.0; Build 17763)\n- **Architecture**: x64, ARM64\n- **Memory**: At least 16 GB is recommended\n- **Disk space**: At least 20GB free space is recommended\n- **GPU**: 8GB of VRAM is recommended for running samples on the GPU\n\n## 👏 Contribute to AI Dev Gallery\n\nAny samples or docs improvements you'd like to see? We're always looking for a helping hand. Feel free to \u003ca href=\"https://github.com/microsoft/AI-Dev-Gallery/issues\"\u003eopen an issue \u003c/a\u003e to start the discussion, or even better, create a PR with the change you'd like to see!\n\n\u003cbr/\u003e\n\n## ❓ FAQs\n- **Q: Is a Microsoft account necessary to use the app?**\n  - **A:** No, the app does NOT require a Microsoft account for use.\n- **Q: Can I use the app without an internet connection?**\n  - **A:** Yes, the app works offline since the AI models are downloaded locally. However, you will need to be online to download additional AI models from Hugging Face or GitHub.\n- **Q: What AI models are available in the app?**\n  - **A:** The app features popular open source models and will eventually include APIs from the \u003ca href=\"https://learn.microsoft.com/windows/ai/overview\"\u003eWindows Copilot Runtime\u003c/a\u003e. When executing a sample, you can select which model you want to use.\n- **Q: Is the app's source code accessible? Can I contribute new samples?**\n  - **A:** Yes, the app is completely open-source, and its code is accessible on [GitHub](https://github.com/microsoft/AI-Dev-Gallery). Feel free to contribute by \u003ca href=\"https://github.com/microsoft/AI-Dev-Gallery/issues\"\u003efiling an issue\u003c/a\u003e, or submitting a PR and one of our moderators will review it.\n- **Q: Where can I provide feedback?**\n  - **A:** Feel free to give us feedback or [open an issue](https://github.com/microsoft/AI-Dev-Gallery/issues/new) on our GitHub repository.\n- **Q: Do I need to run the app just to try a single sample?**\n  - **A:** Yes, the app is required to run any sample. However, once you've downloaded a model for a sample via the app, you can export the sample as a Visual Studio project and run it independently from there.\n\n\u003cbr/\u003e\n\n## ✨ Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n\u003cbr/\u003e\n\n## 📚 Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft \ntrademarks or logos is subject to and must follow \n[Microsoft's Trademark \u0026 Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n\n\u003cbr/\u003e\n\n## 🔔 Code of Conduct\nThis project has adopted the \u003ca href=\"https://github.com/microsoft/AI-Dev-Gallery/blob/main/CODE_OF_CONDUCT.md\"\u003e Microsoft Open Source Code of Conduct\u003c/a\u003e.\n\n\u003cbr/\u003e\n\n## 📢 Privacy Statement\nThe application logs basic telemetry. Please read the \u003ca href=\"http://go.microsoft.com/fwlink/?LinkId=521839\"\u003e Microsoft privacy statement\u003c/a\u003e for more information. \n","funding_links":[],"categories":["windows","Azure OpenAI Application","ai"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fai-dev-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fai-dev-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fai-dev-gallery/lists"}