A search engine in 80 lines of Python
https://www.alexmolas.com/2024/02/05/a-search-engine-in-80-lines.html
Graph neural networks in TensorFlow
https://blog.research.google/2024/02/graph-neural-networks-in-tensorflow.html
PyPDFForm
The Python library for PDF forms.
https://github.com/chinapandaman/PyPDFForm
Build a Content Engine with Django, Kubernetes, TailwindCSS, Twingate, AWS S3, & HTMX
https://www.youtube.com/watch?v=2TX7Pal5NMc
Xonsh: Python-powered, cross-platform, Unix-gazing shell
https://github.com/xonsh/xonsh
SQLite-Web: Web-based SQLite database browser written in Python
https://github.com/coleifer/sqlite-web
contrastors
contrastors is contrastive learning toolkit that enables researchers and engineers to train and evaluate contrastive models efficiently.
https://github.com/nomic-ai/contrastors
Rye: a Hassle-Free Python Experience
Demonstrates the then latest version of Rye (0.21) and now it can be used to manage Python projects and interpreters.
https://www.youtube.com/watch?v=q99TYA7LnuA
Lockbox
Lockbox is a forward proxy for making third party API calls.
https://github.com/mkjt2/lockbox
Pro-Tip – "En-Rich" your Python testing
The article provides a pro-tip on enhancing Python testing using the "rich" library. It demonstrates how to improve test output by using "rich" for better visualization of test results, particularly in pytest tests. The article offers practical advice and code examples for enriching the testing experience in Python.
https://www.revsys.com/tidbits/en-rich-your-python-testing/
gpt-newspaper
An innovative autonomous agent designed to create personalized newspapers tailored to user preferences. GPT Newspaper revolutionizes the way we consume news by leveraging the power of AI to curate, write, design, and edit content based on individual tastes and interests.
https://github.com/assafelovic/gpt-newspaper
Beyond Self-Attention: How a Small Language Model Predicts the Next Token
A deep dive into the internals of a small transformer model to learn how it turns self-attention calculations into accurate predictions for the next token.
https://shyam.blog/posts/beyond-self-attention
Counting CPU Instructions in Python
https://www.reddit.com/r/Python/comments/1am6j5w/counting_cpu_instructions_in_python/
atopile
A tool to create electronic circuit boards with code.
https://github.com/atopile/atopile
MooreThreads / Moore-AnimateAnyone
https://github.com/MooreThreads/Moore-AnimateAnyone
NaturalSQL
A series of top performing Text to SQL LLMs.
https://github.com/cfahlgren1/natural-sql
IOPaint
A free and open-source inpainting & outpainting tool powered by SOTA AI model.
https://github.com/Sanster/IOPaint
Rawdog
An CLI assistant that responds by generating and auto-executing a Python script.
https://github.com/AbanteAI/rawdog
daveebbelaar / python-whatsapp-bot
Build AI WhatsApp Bots with Pure Python
https://github.com/daveebbelaar/python-whatsapp-bot
django-htmx-components
This is a collection of components for Django and htmx. They are meant to be copy-pasted into your project and customized to your needs.
https://github.com/iwanalabs/django-htmx-components
excelCPU
16-bit CPU for Excel, and related files.
https://github.com/InkboxSoftware/excelCPU
Build a Django AI colorization app
We'll build a simple Django app that uses AI to color black and white photos. I'll also guide you through the easiest method to use webhooks in Django. Webhooks are a neat way of external functions (e.g., AI functions) sending data to your server.
https://www.youtube.com/watch?v=-04pgby8tVE