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
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.
8/22/2023 3:32:00 AM by Jin Choi
A layman's description of how Kalman Filters work, and sample code that shows how to use it to forecast stock market volatilities
12/18/2023 2:10:00 PM by Intel
Democratizing Access to Large Language Models
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/17/2023 8:39:00 AM by Daan Acohen
Effortlessly integrate and leverage OpenAI's text embeddings for enhanced text analysis in your .NET projects.
4/4/2024 2:00:00 PM by Chris Maunder
This article will show you how to create a module for CodeProject.AI Server that wraps some code that takes a long time to complete
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
12/18/2023 2:12:00 PM by Intel
Leveraging Open-Source AI Technologies with Red Hat OpenShift Data Science and IntelĀ® Architecture
11/13/2023 9:02:00 PM by Chris Maunder
This article explores the various self-hosted AI frameworks available and understand their strengths, weaknesses, and compatibility with your project requirements. Make an informed decision that aligns with your organization's goals
7/9/2024 10:10:00 AM by Jozu MLOps
In this article, we build a Retrieval-Augmented Generation (RAG) pipeline using KitOps, integrating tools like ChromaDB for embeddings, Llama 3 for language models, and SentenceTransformer for embedding models.