Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
  • Add AI to your apps
  • Learn AI Programming
  • Publish your AI projects
Free, open source, locally hosted, any platform, any language. View on GitHub

Discuss Download Docs
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!
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
4/18/2024 1:26:00 PM by Michael Chourdakis
An introduction to machine learning with working C++ code that trains a linear regression model.
11/13/2023 8:57:00 PM by Chris Maunder
Use CodeProject.AI Server to simplify your MLOps by providing a self-hosted, open source solution with easy installation, support for any language or framework, and built-in management of AI modules
10/11/2023 3:02:00 AM by Daan Acohen
Easily interact with OpenAI’s API in .NET applications using the ConnectingApps.Refit.OpenAI NuGet package for streamlined, resilient, and loggable calls.
11/13/2023 8:56:00 PM by Chris Maunder
In this article we will explore how self-hosted AI, specifically CodeProject.AI Server, empowers businesses to leverage the power of AI while maintaining control over their data.
3/4/2024 10:26:00 AM by Oliver Kohl
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.
10/11/2023 5:27:00 PM by Daan Acohen
Explore the streamlined process of creating diverse image variations in .NET applications using OpenAI’s enhanced API functionality.
4/30/2024 1:04:00 AM by Gareth Richards
An implementation of the Neural Network backpropagation learning algorithm in C++ using the BLAS proposal in P1673.
12/18/2023 2:10:00 PM by Intel
Democratizing Access to Large Language Models
12/12/2023 10:44:00 AM by Benjamin Consolvo
This article discusses the application of Stable Diffusion models in generative AI, focusing on image generation from text prompts.
10/16/2023 11:58:00 AM by Cloud Native Apps Team
In the last article, we created an Intelligent App that leverages Azure AI Vision to analyze images and extract data. We developed an API to perform optical character recognition (OCR) on uploaded images and tested this API locally.