Awesome List Updates on Oct 04, 2024
8 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Azure Openai Llm
Azure Reference Architectures / Data processing
- Azure OpenAI Accelerator / Application
- An open-source template gallery: 🏆AI template collection
- Azure-Cognitive-Search-Azure-OpenAI-Accelerator (⭐328) [May 2023]
- Conversational-Azure-OpenAI-Accelerator (⭐63) [Feb 2022]
- ChatGPT + Enterprise data RAG (Retrieval-Augmented Generation) Demo git (⭐6k) 🏆 [8 Feb 2023]
- Azure OpenAI samples: ref (⭐530) [Apr 2023]
- The repository for all Azure OpenAI Samples complementing the OpenAI cookbook.: ref (⭐1.1k) [Apr 2023]
- Azure-Samples ref
- Azure OpenAI with AKS By Terraform: git (⭐45) [Jun 2023]
- Azure OpenAI with AKS By Bicep: git (⭐28) [May 2023]
- Enterprise Logging: git (⭐176) [Feb 2023] / Setting up Azure OpenAI with Azure API Management (⭐81) [Jan 2024]
- Azure OpenAI with AKS by Terraform (simple version): git (⭐49) [May 2023]
- ChatGPT Plugin Quickstart using Python and FastAPI: git (⭐438) [May 2023]
- GPT-Azure-Search-Engine: git (⭐376)
Integration of Azure Bot Service with LangChain
[Feb 2023] - Azure OpenAI Network Latency Test Script : git (⭐1) [Jun 2023]
- Create an Azure OpenAI, LangChain, ChromaDB, and Chainlit ChatGPT-like application in Azure Container Apps using Terraform git (⭐131) [Jul 2023]
- Azure SQL DB + AOAI (⭐65) / Smart load balancing for AOAI (⭐40) / Azure Functions (C#) bindings for OpenAI (⭐74) / Microsoft Entra ID Authentication for AOAI (⭐29) / Azure OpenAI workshop (⭐479) / RAG for Azure Data (⭐119) / AI-Sentry (⭐13): A lightweight, pluggable facade layer for AOAI
- Azure Open AI work with Cognitive Search act as a Long-term memory
- ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search (⭐6k) [Feb 2023]
- Can ChatGPT work with your enterprise data? [06 Apr 2023]
- Azure OpenAI と Azure Cognitive Search の組み合わせを考える [24 May 2023]
- AI-in-a-Box (⭐524): AI-in-a-Box aims to provide an "Azure AI/ML Easy Button" for common scenarios [Sep 2023]
- AI Samples for .NET (⭐268): official .NET samples demonstrating how to use AI [Feb 2024]
- OpenAI Official .NET Library (⭐1.2k) [Apr 2024]
- Smart Components (⭐694): Experimental, end-to-end AI features for .NET apps [Mar 2024]
- Prompt Buddy (⭐161): 🏆Share and upvote favorite AI prompts. free Microsoft Teams Power App using Dataverse for Teams. [Mar 2024]
- Azure Multimodal AI + LLM Processing Accelerator (⭐30): Build multimodal data processing pipelines with Azure AI Services + LLMs [Aug 2024]
- ARGUS (⭐35): Hybrid approach with Azure Document Intelligence combined and GPT4-Vision to get better results without any pre-training. [Jun 2024]
- azure-llm-fine-tuning (⭐29): SLM/LLM Fine-tuning on Azure [May 2024]
- OpenAI Chat Application with Microsoft Entra Authentication (⭐29): Microsoft Entra ID for user authentication [May 2024]
- VoiceRAG (⭐31): Voice Using Azure AI Search and the GPT-4o Realtime API for Audio ref [Sep 2024]
Semantic Kernel / Code Recipes
- Project Micronaire: A Semantic Kernel RAG Evaluation Pipeline git (⭐7) [3 Oct 2024]
2. Awesome Polars
Resources / Talks and videos
- Polars and time series | PyData 2024 ⏳ 29 min - A video that shows how to use Polars effectively for time series analysis iby @MarcoGorelli.
3. Awesome Python Data Science
Data Validation / Synthetic Data
- DataComPy (⭐470)- A library to compare Pandas, Polars, and Spark data frames. It provides stats and lets users adjust for match accuracy.
4. Awesome Git Addons
Delete branches with day-offset
$ git branchcut execute -o 7
Switched to branch 'main'
Deleted branch bugfix/test (was e2afad6).
Deleted branch too-old-branch (was 1d3f82d).
Break apart large branches into smaller ones
Assume a hypothetical project where you make changes to two software component folders in one feature-branch, you can use this tool to make that two branches with a preserved history for both.
git checkout feature-branch
./git-exfiltrate master feature-branch-extracted "component-folder/*"
The feature-branch-extracted
branch will be created with just the contents of
component-folder
from the feature-branch changes.
* e01009e (main)
|
| * ce4ca64 (feature-branch-extracted)
| | component-folder/1 | 20 +
| * f3bf092
| | component-folder/1 | 20 +
* | 4b2ebd6
|/
|
| * d4c374e (feature-branch)
| | component-folder/1 | 20 +
| | different-component-folder/2 | 100 -
| * 4724dbb
| | component-folder/1 | 20 +
| | different-component-folder/2 | 100 -
|/
* 927799f
* 219e9b2
Collect and sum the /spend <duration>
directives found in commit messages.
$ git spend sum
3 weeks 2 days 1 hour 37 minutes
5. Awesome Neovim
Remote Development / Diagnostics
- live-share.nvim (⭐61) - Provides remote collaboration capabilities from anywhere, making it ideal for pair-programming scenarios.
6. Awesome Kotlin
Libraries/Frameworks / Extensions
- Kotlin/kotlinx.support (⭐55) - Extension and top-level functions to use JDK7/JDK8 features in Kotlin 1.0.
Libraries/Frameworks / Graphics
- GlimpseFramework/glimpse-framework (⭐16) - OpenGL made simple.
Libraries/Frameworks / Data Science
- sekwiatkowski/Komputation (⭐293) - A neural network framework written in Kotlin.
Libraries/Frameworks / Logging
- Foso/Cabret-Log (⭐195) - Method call logging for Kotlin Multiplatform
Libraries/Frameworks / Mail
- bluefireoly/SimpleKotlinMail (⭐66) - A simple, modern and coroutine based Kotlin Email API, supporting both clientside and serverside projects.
Projects / Web
- mariomac/codebuilder (⭐6) - Demo app about asynchronous architectures for long-response-time web applications.
Projects / Build tools
- gradle/kotlin-dsl-samples (⭐3.7k) - Kotlin language support for Gradle build scripts.
- nebula-plugins/nebula-kotlin-plugin (⭐57) - Provides the Kotlin plugin via the Gradle plugin portal, automatically depends on the standard library, and allows Kotlin library versions to be omitted.
Projects / Misc
- kpspemu/kpspemu (⭐72) - Multiplatform (JS and JVM) PSP Emulator written in Kotlin.
- chrislo27/RhythmHeavenRemixEditor (⭐435) - An audio custom remix editor designed for the Rhythm Heaven series, using libGDX and Kotlin.
Projects / Desktop
- yschimke/okurl (⭐124) - cURL-like client based on OkHttp.
- hazae41/Kotlin-Compiler-GUI (⭐1) - Easily compile Kotlin classes (.kt) and run Kotlin scripts (.kts)
Projects / Examples
- Kotlin/kotlin-koans (⭐2.6k) - Kotlin Koans are a series of exercises to get you familiar with the Kotlin Syntax.
- JetBrains/kotlin-examples (⭐3.2k) - Various examples for Kotlin.
Projects / Android
- skydoves/githubfollows (⭐294) - A demo project based on MVVM architecture and material design & animations.
Android / Libraries
- GlimpseFramework/glimpse-framework-android (⭐5) - OpenGL made simple.
- calintat/alps (⭐4) - Android library for preferences which includes property delegates and a custom DSL for definining preferences.
- Jintin/MixAdapter (⭐19) - Compose multiple Adapter for RecyclerView in Android.
Android / Projects
- hanjoongcho/aaf-easyphotomap (⭐41) - This is a photomap app that shows photos taken on a map.
- mustafaberkaymutlu/uv-index (⭐67) - A simple ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
- hanjoongcho/aaf-easypassword (⭐35) - A password manager using a single lock pattern for various type passwords management.
- AnkitSuda/Rebound (⭐180) - Feature Rich & Highly Customizable Workout Log App.
Android / Extensions
- rosariopfernandes/fireXtensions (⭐29) - Unofficial Kotlin Extensions for the Firebase Android SDK.
Kotlin JavaScript / JavaScript
- pixijs/pixi-native (⭐87) - The aim of this project is to provide a fast lightweight 2D library that works across all devices.
- Kotlin/kotlin-fullstack-sample (⭐1.2k) - Kotlin Full-stack Application Example.
- Foso/MpApt (⭐237) - Kotlin Native/JS/JVM Annotation Processor library
Kotlin JavaScript / Build Tools
- Kotlin/kotlin-frontend-plugin (⭐562) - Gradle Kotlin plugin for frontend development.
Kotlin JavaScript / Integration
- kotlin/ts2kt (⭐316) - Converter of TypeScript definition files to Kotlin declarations (stubs).
Kotlin Native / Projects
- JetBrains/kotlin-native (⭐7k) - Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
7. Awesome Emails
Services / Misc
- Resend - Build, test, and send transactional emails at scale.
- Heybounce - Email verification service that checks if an email exists and detects disposable emails.
8. Awesome Angular
Integrations / Google Developer Experts
- stream-chat-angular (⭐52) - Angular Chat SDK ➜ Stream Chat. Build a chat app with ease.
General / Google Developer Experts
- ngx-currency (⭐236) - Currency mask module for Angular.
Layout Components / Google Developer Experts
- ngx-bottom-sheet (⭐2) - A highly customizable and lightweight Angular service that provides a mobile-friendly bottom sheet component.
- Next: Oct 03, 2024