An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by LiteObject

A curated list of projects in awesome lists by LiteObject .

https://github.com/liteobject/local-ai

A curated guide to running Large Language Models (LLMs) on your own machine. Covers tools like Ollama, LM Studio, LocalAI, GPT4All, and more!

gpt4all lm-studio local-ai ollama python

Last synced: 10 Aug 2025

https://github.com/LiteObject/Local-AI

Explore Ollama and LM Studio

lm-studio ollama python

Last synced: 02 Sep 2025

https://github.com/liteobject/ai-code-reviewer

AI Code Reviewer automates the code review process using AI, helping developers identify issues and improve code quality. It supports multiple languages and integrates seamlessly into development workflows, providing insightful feedback and suggestions.

ai ollama python

Last synced: 24 Feb 2026

https://github.com/liteobject/cassandra-with-csharp

Cassandra is an open-source, NoSQL database that manages large amounts of data across multiple servers.

apache-cassandra csharp database docker nosql nosql-database

Last synced: 02 Jan 2026

https://github.com/liteobject/changelog-with-ai

This repo demonstrates the CHANGELOG creation with the help of LLM

ai changelog github-api openai python

Last synced: 03 May 2026

https://github.com/LiteObject/ai-chatbot-with-rag

A simple AI chatbot using Anthropic's Claude-3 model

anthropic chatbot claude-3 claude-ai gradio python

Last synced: 02 Jan 2026

https://github.com/liteobject/demo-semantic-search

Semantic search demonstrations using embeddings and distance metrics. Includes similarity queries and nearest-neighbor search with local models.

dense-retrieval embeddings llm machine-learning python semantic-search slm vector-database weaviate

Last synced: 27 Apr 2026

https://github.com/liteobject/demo-micro-frontend

Demo Micro Frontend with Piral

micro-frontend pilet piral react typescript

Last synced: 30 Apr 2026

https://github.com/liteobject/anthropic-agent-in-docker

This repository offers a Dockerized implementation of the Anthropic Agent for streamlined deployment and scalability. It ensures consistent running environments, simplifying integration into various infrastructures. Get started with deploying your own instance effortlessly.

ai ai-agent anthropic claude-3 python sonnet tutorial

Last synced: 01 Jul 2025

https://github.com/liteobject/demo.kubernetes.sidecar

Sidecar Pattern

Last synced: 25 Jan 2026

https://github.com/LiteObject/anthropic-agent-in-docker

This repository offers a Dockerized implementation of the Anthropic Agent for streamlined deployment and scalability. It ensures consistent running environments, simplifying integration into various infrastructures. Get started with deploying your own instance effortlessly.

ai ai-agent anthropic claude-3 python sonnet tutorial

Last synced: 11 Sep 2025

https://github.com/liteobject/longrunningconsole

Long running console app using

Last synced: 29 Oct 2025

https://github.com/liteobject/functional.programming.with.csharp

Functional Programming with C#: Unlocking the Power of Functional Paradigm

csharp functional-programming

Last synced: 02 Jan 2026

https://github.com/liteobject/autogen_with_chromadb

This repository contains a Python script that uses the `autogen` and `chromadb` libraries to create a chatbot that can retrieve information from a database and generate responses based on a language model. The chatbot can also execute code and provide answers based on the context of the user's question.

ai-agent autogen chromadb vector-database

Last synced: 02 Jan 2026

https://github.com/liteobject/docker.training

Writing a Dockerfile for a C# Application

containerization csharp docker dockerfile tutorial

Last synced: 17 May 2026

https://github.com/liteobject/demo.loadtesting.locust

Getting Started with Load Testing Using Locust

csharp load-testing locust python tutorial

Last synced: 10 May 2026

https://github.com/liteobject/demo.rabbitmq

RabbitMQ, API, Long Running Console Process in docker

Last synced: 25 Jan 2026

https://github.com/liteobject/windowsutils

A collection of Python utilities for Windows system administration and file management. This toolkit includes scripts for batch font installation and automated zip file extraction, designed to streamline common Windows maintenance tasks.

font-installer python tools windows zip-extraction

Last synced: 18 May 2026

https://github.com/liteobject/demo-litellm

A quick demonstration of LiteLLM

litellm llm llm-api

Last synced: 31 Dec 2025

https://github.com/liteobject/demo.launchdarkly

This repository contains a demo project illustrating the implementation and usage of feature flags in a .NET application.

csharp depency-inversion dependency-injection facade-design-pattern launchdarkly

Last synced: 02 Jan 2026

https://github.com/liteobject/demo.graphql

Demo GraphQL with C#

api csharp graphql hotchocolate

Last synced: 17 May 2026

https://github.com/liteobject/performance-with-span

C# 7.2 introduced a new type called Span<T> that provides a safe and efficient way to work with contiguous regions of memory.

csharp dotnet examples performance span

Last synced: 15 May 2026

https://github.com/liteobject/oktawithdotnetcorewebapp

Okta with .NET Core Web App

Last synced: 25 Jan 2026

https://github.com/liteobject/integration.test.in.pipeline

Demo of integration test in Azure pipeline using docker container

api azure container docker integration-testing mssql-database pipeline

Last synced: 07 Apr 2026

https://github.com/liteobject/webcamwrapper

Real-time webcam processing with virtual camera output for video conferencing and streaming applications.

computer-vision image-processing obs-studio opencv real-time streaming video-conferencing video-effects video-streaming virtual-camera virtual-camera-obs webcam

Last synced: 18 May 2026

https://github.com/liteobject/demo.loadtesting.nbomber

NBomber is a modern and flexible load-testing framework

csharp load-testing nbomber

Last synced: 02 Jan 2026

https://github.com/liteobject/demo.expression.trees

Example of how program code can be used as data

code-as-data csharp expression-tree

Last synced: 27 Jul 2025

https://github.com/liteobject/webapiintegrationtest

WebAPI integration test using "Microsoft.AspNetCore.TestHost"

Last synced: 02 Jan 2026

https://github.com/liteobject/strategydesignpattern

An example of strategy design pattern using Java

Last synced: 02 Jan 2026

https://github.com/liteobject/mediatorpatterndemo

Different implementation of the mediator concept

csharp design-pattern design-patterns mediator-pattern

Last synced: 02 Jan 2026

https://github.com/liteobject/demo.rate.limiting

Rate limiting is the concept of limiting how much a resource can be accessed

api csharp rate-limiting

Last synced: 02 Jan 2026

https://github.com/liteobject/demo.record.type

C# 9 introduces records, a new reference type that you can create instead of classes or structs. C# 10 adds record structs so that you can define records as value types.Exploring record type.

csharp dotnet record

Last synced: 25 Apr 2026

https://github.com/liteobject/demo.opencv

Emgu CV - A cross platform .Net wrapper for the Open CV image-processing library.

Last synced: 02 Jan 2026

https://github.com/liteobject/demo.mongodb

initial checkin

Last synced: 02 Jan 2026

https://github.com/liteobject/demo.opentelemetry

OpenTelemetry with Jaeger, ZipKin, Prometheus, etc.

Last synced: 22 Jul 2025

https://github.com/liteobject/androidviewpagerwithindicator

Android viewpager indicator using tab layout

Last synced: 16 Feb 2026

https://github.com/liteobject/demo.feature.flags

This repository contains a demo project illustrating the implementation and usage of feature flags in a .NET application.

csharp feature-flags

Last synced: 02 Jan 2026

https://github.com/liteobject/demo.memorycache

Demo of how to cache JWT (based on expiration) using .NET MemoryCache

csharp jwt-token

Last synced: 02 Jan 2026

https://github.com/liteobject/whisperlab

A Python application that captures real-time audio and transcribes it using OpenAI Whisper. The transcribed text is displayed on the console with intelligent audio buffering for optimal speech recognition.

ai llm openai speech-to-text whisper

Last synced: 12 Apr 2026

https://github.com/liteobject/consolewithefcore

.NET Core Console App with EF Core

Last synced: 27 Jul 2025

https://github.com/liteobject/demo.designpattern.prototype

An example of prototype design pattern in C#

csharp design-patterns prototype-pattern

Last synced: 31 Jul 2025

https://github.com/liteobject/demo.designpatterns.factory

Basic example of factory pattern with assembly scanning in C#

Last synced: 10 Aug 2025