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
1/17/2024 6:39:00 AM by OriginalGriff
Why switch from the "traditional" BackgroundWorker to a Task? The old way works OK, but the new way generates "tidier" code which keeps stuff together (and needs less code)
2/6/2024 1:42:00 PM by honey the codewitch
Easily convert identifiers from one casing style to another with this simple to use class
12/13/2023 3:13:00 PM by FenrisH
Demo of how C++ and C# interoperate
5/4/2024 10:20:00 AM by vickyqu115
A comprehensive guide on identifying issues with the standard WPF DatePicker, exploring its design and interaction intricacies, and introducing a new implementation using a CustomControl named SmartDate.
12/2/2023 9:27:00 PM by Nicolas DESCARTES
How to implement a content-based recommendation system in C# ?
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.
12/13/2023 10:28:00 PM by Nicolas DESCARTES
How to leverage Selenium for UI tests?
10/5/2024 3:17:00 AM by Code Artist
This project showcases how SQLiteHelper simplifies database interactions, which allows developers to concentrate more on the application's logic rather than the complexities of SQL query writing.