How to Build a Crystal Image Search App with Vector Search
A demonstration of how to build an application to store and query data on crystals and precious stones using Astra DB. Built with RAGStack, this web app leverages the CLIP model to provide multi-modal search to retrieve data on all kinds of crystals.
https://www.datastax.com/blog/building-a-generative-ai-crystal-image-search-app-with-vector-search
A demonstration of how to build an application to store and query data on crystals and precious stones using Astra DB. Built with RAGStack, this web app leverages the CLIP model to provide multi-modal search to retrieve data on all kinds of crystals.
https://www.datastax.com/blog/building-a-generative-ai-crystal-image-search-app-with-vector-search
DataStax
Langflow | No-Code IDE for RAG and Multi-Agent GenAI Apps | DataStax
Simplify RAG and multi-agent AI app development with Langflow’s drag-and-drop IDE. This GUI for LangChain has open-source tools and integrations for fast GenAI development.
TagStudio
A file and photo management application and system.
https://github.com/TagStudioDev/TagStudio
A file and photo management application and system.
https://github.com/TagStudioDev/TagStudio
GitHub
GitHub - TagStudioDev/TagStudio: A User-Focused Photo & File Management System
A User-Focused Photo & File Management System. Contribute to TagStudioDev/TagStudio development by creating an account on GitHub.
A Beginner’s Guide to Vector Embeddings
In this article, we’ll examine vector embeddings in depth, including the types of vector embeddings, how neural networks create them, how vector embeddings work, and how you can create embeddings for your data.
https://www.timescale.com/blog/a-beginners-guide-to-vector-embeddings/
In this article, we’ll examine vector embeddings in depth, including the types of vector embeddings, how neural networks create them, how vector embeddings work, and how you can create embeddings for your data.
https://www.timescale.com/blog/a-beginners-guide-to-vector-embeddings/
Timescale Blog
A Beginner’s Guide to Vector Embeddings
Understand what vector embeddings are, how to use them effectively, and why they're crucial in building Generative AI applications.
LMDeploy
LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
https://github.com/InternLM/lmdeploy
LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
https://github.com/InternLM/lmdeploy
GitHub
GitHub - InternLM/lmdeploy: LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
LMDeploy is a toolkit for compressing, deploying, and serving LLMs. - InternLM/lmdeploy
Django: An admin extension to prevent state leaking between requests
Here’s a small protection I added to a project a few years ago. I was considering it again since I saw a similar potential bug in a Django middleware.
https://adamj.eu/tech/2024/04/29/django-admin-prevent-leaking-requests/
Here’s a small protection I added to a project a few years ago. I was considering it again since I saw a similar potential bug in a Django middleware.
https://adamj.eu/tech/2024/04/29/django-admin-prevent-leaking-requests/
adamj.eu
Django: An admin extension to prevent state leaking between requests - Adam Johnson
Here’s a small protection I added to a project a few years ago. I was considering it again since I saw a similar potential bug in a Django middleware.
tach
A Python tool to enforce a modular, decoupled package architecture.
https://github.com/Never-Over/tach
A Python tool to enforce a modular, decoupled package architecture.
https://github.com/Never-Over/tach
GitHub
GitHub - Never-Over/tach: A Python tool to enforce a modular, decoupled package architecture
A Python tool to enforce a modular, decoupled package architecture - Never-Over/tach
Map Machine: Python renderer for OpenStreetMap with custom icons
https://github.com/enzet/map-machine
https://github.com/enzet/map-machine
GitHub
GitHub - enzet/map-machine: Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible - enzet/map-machine
TMElyralab / MuseV
MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
https://github.com/TMElyralab/MuseV
MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
https://github.com/TMElyralab/MuseV
GitHub
GitHub - TMElyralab/MuseV: MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel…
MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising - TMElyralab/MuseV
Cognita
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications for production by TrueFoundry
https://github.com/truefoundry/cognita
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications for production by TrueFoundry
https://github.com/truefoundry/cognita
GitHub
GitHub - truefoundry/cognita: RAG (Retrieval Augmented Generation) Framework for building modular, open source applications for…
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications for production by TrueFoundry - GitHub - truefoundry/cognita: RAG (Retrieval Augmented Generation) Fra...
Poor mans autoreload server in single file python on linux
The article describes a simple Python server that provides automatic browser page reload on content change, without requiring any additional setup or configuration. The server acts as a regular file server but also serves WebSocket messages over a specified path to trigger the page reload.
https://hereket.com/posts/linux_live_reload_python_server/
The article describes a simple Python server that provides automatic browser page reload on content change, without requiring any additional setup or configuration. The server acts as a regular file server but also serves WebSocket messages over a specified path to trigger the page reload.
https://hereket.com/posts/linux_live_reload_python_server/
Stream your voice clone
We'll turn your voice into an infinitely-scalable instrument with Django.
https://www.photondesigner.com/articles/voice-api
We'll turn your voice into an infinitely-scalable instrument with Django.
https://www.photondesigner.com/articles/voice-api
Photondesigner
Stream your voice clone 🎼
We'll turn your voice into an infinitely-scalable instrument with Django
Introducing PgQueuer: A Minimalist Python Job Queue Built on PostgreSQL
https://www.reddit.com/r/Python/comments/1ckrmog/introducing_pgqueuer_a_minimalist_python_job/
https://www.reddit.com/r/Python/comments/1ckrmog/introducing_pgqueuer_a_minimalist_python_job/
Reddit
From the Python community on Reddit: Introducing PgQueuer: A Minimalist Python Job Queue Built on PostgreSQL
Explore this post and more from the Python community
AsyncIO and the Event Loop Explained
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous programming, focusing specifically on how the event loop operates behind the scenes.
https://www.youtube.com/watch?v=RIVcqT2OGPA
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous programming, focusing specifically on how the event loop operates behind the scenes.
https://www.youtube.com/watch?v=RIVcqT2OGPA
YouTube
AsyncIO and the Event Loop Explained
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous…
Over the years, I’ve produced several videos about AsyncIO. Today, however, I’m adopting a new approach where I explain the event loop in depth. I’ll delve deeper into asynchronous…
Temporal Python – A durable, distributed asyncio event loop (2023)
https://temporal.io/blog/durable-distributed-asyncio-event-loop
https://temporal.io/blog/durable-distributed-asyncio-event-loop
temporal.io
Temporal Python SDK | Durable Asyncio Event Loop
Introduction to the Temporal Python SDK and how Temporal is a Durable, Distributed Asyncio Event Loop
gpt-home
ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the Raspberry Pi using the OpenAI API.
https://github.com/judahpaul16/gpt-home
ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the Raspberry Pi using the OpenAI API.
https://github.com/judahpaul16/gpt-home
GitHub
GitHub - judahpaul16/gpt-home: ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the…
ChatGPT at home! Basically a better Google Nest Hub or Amazon Alexa home assistant. Built on the Raspberry Pi using the OpenAI API. - judahpaul16/gpt-home