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
8/14/2023 5:41:00 PM by Daan Acohen
Explains how to do multiple assertions using the Fluent Assertions library, without multiple validation lines
10/4/2023 7:35:00 AM by aniapp_
Use Microsoft.Graph.Auth to work with Azure AD
1/15/2024 4:27:00 PM by honey the codewitch
In this article, we will use my Visual FA solution to explore finite automata concepts used for finding patterns in text.
6/26/2023 4:01:00 PM by Pete O'Hanlon
Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component
12/13/2023 3:13:00 PM by FenrisH
Demo of how C++ and C# interoperate
5/2/2024 3:38:00 PM by Ngọc Minh Trần
In Part 4, we added basic support for the shopping cart, and now we'll enhance and refine that functionality.
1/17/2024 12:17:00 PM by honey the codewitch
Continuing in the Visual FA series, now we explore API fundamentals
9/25/2024 12:18:00 AM by Mohamed Ashmawy
AlbiruniML is a linear algebra and machine learning library written in pure C# language inspired by tensorflow
3/6/2024 12:46:00 AM by Dev Leader
Learn how to use BenchmarkDotNet to effectively create and run benchmarks on your C# code. Dig into where you have opportunities to optimize your C# code!
2/8/2024 1:39:00 AM by Peter Sun (247)
Implement ChatGPT API in C# WPF with GPT3.5-turbo