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
6/1/2024 10:33:00 PM by Minh Danh Nguyen (ToughDev)
Recently I was tasked with upgrading jQuery in a web portal which was last maintained in 2013 to the latest
6/2/2023 1:36:00 AM by Mark Pelf
Tutorial on EF7 – Code First approach using Command Line (CLI)
3/22/2024 7:41:00 AM by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
9/11/2023 5:51:00 PM by Dawid Borycki
This article demonstrates how to use WPF with .NET 8.0 to implement a desktop application that runs on Arm64.
9/19/2023 12:21:00 PM by Cloud Native Apps Team
This article explores the concept of intelligent applications for readers, providing a clear understanding of the role of AI capabilities in modern applications.
3/4/2024 2:41:00 PM by Dev Leader
Use cases for implicit operators in C# and examples to illustrate their practical application
9/24/2024 12:28:00 PM by Trần_Tuấn_Anh
Master the this Keyword in Java is a comprehensive guide designed to help you fully understand and effectively use the this keyword in your Java programming. Explore its various applications, from referencing instance variables to calling constructors and improving code readability.
9/10/2023 12:28:00 PM by Member 4201813
How to calculate transition matrix for linear pseudo-random number generator manipulating its internal state
9/3/2024 11:33:00 AM by Trần_Tuấn_Anh
Autowiring in Spring is a powerful feature that allows developers to automatically inject dependencies into Spring-managed beans. It simplifies the development process by reducing the need for explicit configuration, making the code cleaner and more maintainable.
1/11/2024 11:00:00 PM by Nicolas DESCARTES
How to write a lexical analyzer for SQL?