Visual find
A visual version of GNU find command in Unix like systems
https://codeberg.org/notanamber/nerd_tree
A visual version of GNU find command in Unix like systems
https://codeberg.org/notanamber/nerd_tree
Codeberg.org
nerd_tree
Repository di vfind (basato su nerd_tree) di codeberg.
vfind è un tool che cerca di mettere insieme il comando tree e find
vfind è un tool che cerca di mettere insieme il comando tree e find
How LLMs Work, Explained Without Math
A basic question I think a lot of people have about the GenAI revolution is where does the apparent intelligence these models have come from. In this article, I'm going to attempt to explain in simple terms and without using advanced math how generative text models work, to help you think about them as computer algorithms and not as magic.
https://blog.miguelgrinberg.com/post/how-llms-work-explained-without-math
A basic question I think a lot of people have about the GenAI revolution is where does the apparent intelligence these models have come from. In this article, I'm going to attempt to explain in simple terms and without using advanced math how generative text models work, to help you think about them as computer algorithms and not as magic.
https://blog.miguelgrinberg.com/post/how-llms-work-explained-without-math
Miguelgrinberg
How LLMs Work, Explained Without Math
I'm sure you agree that it has become impossible to ignore Generative AI (GenAI), as we are constantly bombarded with mainstream news about Large Language Models (LLMs). Very likely you have tried…
Simple Interactive Python Streamlit Maps That Will Make You Shout
Data storytelling forest fire statistics from a NASA GIS data set.
https://johnloewen.substack.com/p/simple-interactive-python-streamlit
Data storytelling forest fire statistics from a NASA GIS data set.
https://johnloewen.substack.com/p/simple-interactive-python-streamlit
Data at Depth
Simple Interactive Python Streamlit Maps That Will Make You Shout
Data storytelling forest fire statistics from a NASA GIS data set
relax-py
A Python web development framework for htmx and tailwindcss, with hot module replacement, URL locators, dependency injection, supported by static typing, built on top of Starlette.
https://github.com/crpier/relax-py
A Python web development framework for htmx and tailwindcss, with hot module replacement, URL locators, dependency injection, supported by static typing, built on top of Starlette.
https://github.com/crpier/relax-py
GitHub
GitHub - crpier/relax-py: Yet another Python web framework
Yet another Python web framework. Contribute to crpier/relax-py development by creating an account on GitHub.
LeRobot
State-of-the-art Machine Learning for real-world robotics.
https://github.com/huggingface/lerobot
State-of-the-art Machine Learning for real-world robotics.
https://github.com/huggingface/lerobot
GitHub
GitHub - huggingface/lerobot: 🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning - huggingface/lerobot
A High-Level Technical Overview of Fully Homomorphic Encryption
The article provides a high-level technical overview of fully homomorphic encryption (FHE), a powerful cryptographic technique that allows computations to be performed on encrypted data without decrypting it first. It discusses some of the key FHE libraries and tools under active development.
https://www.jeremykun.com/2024/05/04/fhe-overview/
The article provides a high-level technical overview of fully homomorphic encryption (FHE), a powerful cryptographic technique that allows computations to be performed on encrypted data without decrypting it first. It discusses some of the key FHE libraries and tools under active development.
https://www.jeremykun.com/2024/05/04/fhe-overview/
Math ∩ Programming
A High-Level Technical Overview of Fully Homomorphic Encryption
About two years ago, I switched teams at Google to focus on fully homomorphic encryption (abbreviated FHE, or sometimes HE). Since then I’ve got to work on a lot of interesting projects, learning along the way about post-quantum cryptography, compiler design…
👍1
django-harlequin
Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration.
https://github.com/adamchainz/django-harlequin
Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration.
https://github.com/adamchainz/django-harlequin
GitHub
GitHub - adamchainz/django-harlequin: Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration.
Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration. - adamchainz/django-harlequin
VILA
A multi-image visual language model with training, inference and evaluation recipe, deployable from cloud to edge (Jetson Orin and laptops).
https://github.com/Efficient-Large-Model/VILA
A multi-image visual language model with training, inference and evaluation recipe, deployable from cloud to edge (Jetson Orin and laptops).
https://github.com/Efficient-Large-Model/VILA
GitHub
GitHub - NVlabs/VILA: VILA - a multi-image visual language model with training, inference and evaluation recipe, deployable from…
VILA - a multi-image visual language model with training, inference and evaluation recipe, deployable from cloud to edge (Jetson Orin and laptops) - NVlabs/VILA
A library to assist writing memory-unsafe code in "pure" Python
https://github.com/DavidBuchanan314/unsafe-python
https://github.com/DavidBuchanan314/unsafe-python
GitHub
GitHub - DavidBuchanan314/unsafe-python: A library to assist writing memory-unsafe code in "pure" python, without any imports (i.e.…
A library to assist writing memory-unsafe code in "pure" python, without any imports (i.e. no ctypes etc.) - DavidBuchanan314/unsafe-python
huggingface / parler-tts
Inference and training library for high-quality TTS models.
https://github.com/huggingface/parler-tts
Inference and training library for high-quality TTS models.
https://github.com/huggingface/parler-tts
GitHub
GitHub - huggingface/parler-tts: Inference and training library for high-quality TTS models.
Inference and training library for high-quality TTS models. - huggingface/parler-tts
Bytewax
Bytewax is a Python framework that simplifies event and stream processing.
https://github.com/bytewax/bytewax
Bytewax is a Python framework that simplifies event and stream processing.
https://github.com/bytewax/bytewax
GitHub
GitHub - bytewax/bytewax: Python Stream Processing
Python Stream Processing. Contribute to bytewax/bytewax development by creating an account on GitHub.
PgQueuer
PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing.
https://github.com/janbjorge/PgQueuer
PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing.
https://github.com/janbjorge/PgQueuer
GitHub
GitHub - janbjorge/pgqueuer: PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing.
PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing. - janbjorge/pgqueuer
Master Python & Zoom API | Build a Server-to-Server App That Transcribes Recordings
Learn how to use Zoom's API with Python in this step-by-step guide! In this tutorial, you'll learn how to create a robust server-to-server OAuth application that automatically transcribes your Zoom recordings, prints them directly to your terminal, and saves them as text files. Perfect for developers, this tutorial will take you from setup to execution, so you'll have a fully functional ...
https://www.youtube.com/watch?v=sQVliRl5uKw
Learn how to use Zoom's API with Python in this step-by-step guide! In this tutorial, you'll learn how to create a robust server-to-server OAuth application that automatically transcribes your Zoom recordings, prints them directly to your terminal, and saves them as text files. Perfect for developers, this tutorial will take you from setup to execution, so you'll have a fully functional ...
https://www.youtube.com/watch?v=sQVliRl5uKw
YouTube
🚀 Master Python & Zoom API | Build a Server-to-Server App That Transcribes Recordings
🔑 Get an AssemblyAI API Key: https://www.assemblyai.com/dashboard/signup?utm_source=youtube&utm_medium=referral&utm_campaign=yt_ry_8
🧑💻 GitHub repo: https://github.com/AssemblyAI-Examples/assemblyai-zoom-transcripts
📃 Blog post: https://www.assemblyai.com/blog/zoom…
🧑💻 GitHub repo: https://github.com/AssemblyAI-Examples/assemblyai-zoom-transcripts
📃 Blog post: https://www.assemblyai.com/blog/zoom…
Panza
A personal email assistant, trained and running on-device.
https://github.com/IST-DASLab/PanzaMail
A personal email assistant, trained and running on-device.
https://github.com/IST-DASLab/PanzaMail
GitHub
GitHub - IST-DASLab/PanzaMail
Contribute to IST-DASLab/PanzaMail development by creating an account on GitHub.