[](#Main)
65,938 articles
CodeProject is changing. [Read more](/info/Changes.aspx).
[](/)
[All](?cat=1 "All Topics")
[Python](?cat=34 "Python")
[Artificial Intelligence](?cat=31 "Artificial Intelligence")
[IoT](?cat=26 "Internet of Things")
[DevOps](?cat=32 "DevOps")
[Web](?cat=23 "Web Development")
[Mobile](?cat=18 "Mobile Developer")
[.NET](?cat=24 ".NET")
...
[Java](?cat=10 "Java Developer")
[C++](?cat=2 "C++ Developer")
[Database](?cat=9 "Database Developer")
* [](/AI)
Generative AI
* [
](/AI)
Object Detection
* [](/AI)
Style transfer
* [](/AI)
Sound Classification
* [](/AI)
Generative AI
* [](/AI)
Image Manipulation
* [](/AI)
Object Segmentation
* Add AI to your apps
* Learn AI Programming
* Publish your AI projects
Free, open source, locally hosted, any platform, any language. [**View on GitHub**](https://github.com/codeproject/CodeProject.AI-Server)
[Discuss](https://github.com/codeproject/CodeProject.AI-Server/discussions) [Download](https://codeproject.github.io/codeproject.ai/latest.html) [Docs](https://codeproject.github.io/codeproject.ai)
Turn a code snippet, simple Python module, or a Jupyter notebook into a CodeProject.AI module that can be deployed and used anywhere by everyone. Learn and AI without fighting tools and setup environments.
Over
1 Million
Downloads!
Quick Links
* [Download installers (Win, macOS, Linux)](https://codeproject.github.io/codeproject.ai/latest.html)
* [Docker images (CPU, GPU, Raspberry Pi, arm64)](https://hub.docker.com/r/codeproject/ai-server/tags)
* [Discussion board](https://github.com/codeproject/CodeProject.AI-Server/discussions)
* [Documentation](https://codeproject.github.io/codeproject.ai)
* [Create your own module](/Articles/5377531/CodeProject-AI-Module-creation-A-full-walkthrough)
* [Using CodeProject.AI in your apps](/Articles/5344693/Object-Detection-with-an-IP-Camera-using-Python-an)
Latest Modules
* Multi-modal LLM - Chris Maunder
* LLama chatbot on your desktop - CodeProject
* License Plate detection (update) - Mike Lud
* Multi-TPU Coral.AI image detection (update) - Seth
* AI Image generator - Matthew Dennis
[Azure Logic Apps with AI](/Articles/5380482/Azure-Logic-Apps-with-AI)
4/12/2024 8:00:00 AM by Wessel Beulink
[](/Articles/5380482/Azure-Logic-Apps-with-AI)
As businesses navigate the end of BizTalk and seek potent data transformation solutions, Azure Logic Apps has surged to the forefront, offering an agile, serverless platform that simplifies workflow automation.
[Azure](/tags/Azure)
[artificial-intelligence](/tags/artificial-intelligence)
[Unveiling the Power of TensorFlow 2.x: A Comprehensive Primer on Execution Modes and Model Building APIs](/Tips/5378438/Unveiling-the-Power-of-TensorFlow-2-x-A-Comprehens)
3/4/2024 10:26:00 AM by Oliver Kohl
[](/Tips/5378438/Unveiling-the-Power-of-TensorFlow-2-x-A-Comprehens)
This article provides a comprehensive guide to TensorFlow 2.x, covering its execution modes, model building APIs, and insights for choosing the right approach for machine learning projects.
[Python](/tags/Python)
[artificial-intelligence](/tags/artificial-intelligence)
[tensorflow](/tags/tensorflow)
[Serverless Development Experience for Embedded Computer Vision](/Articles/5374772/Serverless-Development-Experience-for-Embedded-Com)
12/27/2023 7:21:00 PM by Miguel Angel Cabrera Miñagorri
[](/Articles/5374772/Serverless-Development-Experience-for-Embedded-Com)
Learn to create real-time computer vision applications with a couple of Python functions and a model URI.
[Python](/tags/Python)
[artificial-intelligence](/tags/artificial-intelligence)
[computer-vision](/tags/computer-vision)
[SharpMoku a Gomoku/Five in a Row Written in C#](/Articles/5375122/SharpMoku-a-Gomoku-Five-in-a-Row-Written-in-Csharp)
1/3/2024 8:50:00 AM by KrirkDev
[](/Articles/5375122/SharpMoku-a-Gomoku-Five-in-a-Row-Written-in-Csharp)
This is an article about how to create a Gomoku program with an AI in C#.
[C#](/tags/Csharp)
[Intermediate](/tags/Intermediate)
[artificial-intelligence](/tags/artificial-intelligence)
[Effortlessly Transcribe Audio in .NET with OpenAI's Transcriptions Feature](/Tips/5369973/Effortlessly-Transcribe-Audio-in-NET-with-OpenAIs)
10/13/2023 8:33:00 AM by Daan Acohen
[](/Tips/5369973/Effortlessly-Transcribe-Audio-in-NET-with-OpenAIs)
Unlock seamless audio transcription capabilities in .NET with OpenAI's API
[C#](/tags/Csharp)
[.NET](/tags/.NET)
[artificial-intelligence](/tags/artificial-intelligence)
[Understanding Logistic Regression with ML.NET](/Articles/5375126/Understanding-Logistic-Regression-with-ML-NET)
1/4/2024 8:43:00 AM by Nicolas DESCARTES
[](/Articles/5375126/Understanding-Logistic-Regression-with-ML-NET)
How to implement logistic regression in ML.NET?
[C#](/tags/Csharp)
[.NET](/tags/.NET)
[algorithm](/tags/algorithm)
[machine-learning](/tags/machine-learning)
[Generative AI Playground: Text-to-Image Stable Diffusion with Stability AI, Stable Diffusion XL, and CompVis on the Latest Intel® GPU](/Articles/5373890/Generative-AI-Playground-Text-to-Image-Stable-Diff)
12/12/2023 10:44:00 AM by Benjamin Consolvo
[](/Articles/5373890/Generative-AI-Playground-Text-to-Image-Stable-Diff)
This article discusses the application of Stable Diffusion models in generative AI, focusing on image generation from text prompts.
[artificial-intelligence](/tags/artificial-intelligence)
[Intel](/tags/Intel)
[Cheetah Optimizer - Python Implementation](/Articles/5369245/Cheetah-Optimizer-Python-Implementation)
10/1/2023 12:42:00 AM by Ujwal Watgule
[](/Articles/5369245/Cheetah-Optimizer-Python-Implementation)
The Cheetah Optimizer is a nature-inspired metaheuristic algorithm designed to tackle complex optimization problems across multiple dimensions.
[Python](/tags/Python)
[algorithm](/tags/algorithm)
[machine-learning](/tags/machine-learning)
[Unlocking the Power of OpenAI Text Embeddings in .NET Applications](/Tips/5370205/Unlocking-the-Power-of-OpenAI-Text-Embeddings-in-N)
10/17/2023 8:39:00 AM by Daan Acohen
[](/Tips/5370205/Unlocking-the-Power-of-OpenAI-Text-Embeddings-in-N)
Effortlessly integrate and leverage OpenAI's text embeddings for enhanced text analysis in your .NET projects.
[C#](/tags/Csharp)
[.NET](/tags/.NET)
[artificial-intelligence](/tags/artificial-intelligence)
[Boosting Business with AI](/Articles/5372209/Boosting-Business-with-AI)
12/18/2023 2:12:00 PM by Intel
[](/Articles/5372209/Boosting-Business-with-AI)
Leveraging Open-Source AI Technologies with Red Hat OpenShift Data Science and Intel® Architecture
[artificial-intelligence](/tags/artificial-intelligence)
[RedHat](/tags/RedHat)
[Privacy](/info/privacy.aspx)
[Cookies](/info/cookie.aspx)
[Terms of Use](/info/TermsOfUse.aspx)
Last Updated 8 Mar 2025
Layout: [fixed](/?PageFlow=FixedWidth "Fixed width layout") | [fluid](/?PageFlow=Fluid "Fluid layout")
Copyright © [CodeProject](mailto:[email protected]), 1999-2025
All Rights Reserved.
Web01 2.8:2024-12-08:1