netease-youdao / QAnything
Question and Answer based on Anything.
https://github.com/netease-youdao/QAnything
Question and Answer based on Anything.
https://github.com/netease-youdao/QAnything
GitHub
GitHub - netease-youdao/QAnything: Question and Answer based on Anything.
Question and Answer based on Anything. Contribute to netease-youdao/QAnything development by creating an account on GitHub.
Building an LLM from scratch
Learn how to build a modern language model with all the bells and whistles completely from scratch: from vanilla Python to functional coding assistant
https://bclarkson-code.github.io/posts/llm-from-scratch-scalar-autograd/post.html
Learn how to build a modern language model with all the bells and whistles completely from scratch: from vanilla Python to functional coding assistant
https://bclarkson-code.github.io/posts/llm-from-scratch-scalar-autograd/post.html
Gradient Descent into Madness
Gradient Descent into Madness - Building an LLM from scratch
Automatic Differentiation
Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale
Create a serverless API using FastAPI, deployed on AWS App Runner and powered by Neon Postgres.
https://neon.tech/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale
Create a serverless API using FastAPI, deployed on AWS App Runner and powered by Neon Postgres.
https://neon.tech/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale
Neon
Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale - Neon
In this post, we’ll guide you through setting up a scalable serverless API using FastAPI, deployed on AWS App Runner with Neon Postgres as the serverless database.
Algorithmic Art with Python
In this talk we’re going to start from nothing and build out our own tools for making art in Python, no AI needed! We’ll show how Python’s expressiveness allows us to describe graphics elegantly and use that to make some unique art programmatically.
https://www.youtube.com/watch?v=_XeRM-4DZz0
In this talk we’re going to start from nothing and build out our own tools for making art in Python, no AI needed! We’ll show how Python’s expressiveness allows us to describe graphics elegantly and use that to make some unique art programmatically.
https://www.youtube.com/watch?v=_XeRM-4DZz0
YouTube
Algorithmic Art with Python
NOTE: The audio is a bit low. I did my best to boost the volume. Sorry for not dialing this in better during recording. In this talk we’re going to start from nothing and build out our own tools for making art in Python, no AI needed! We’ll show how Python’s…
Streamline-Analyst
An AI agent powered by LLMs that streamlines the entire process of data analysis.
https://github.com/Wilson-ZheLin/Streamline-Analyst
An AI agent powered by LLMs that streamlines the entire process of data analysis.
https://github.com/Wilson-ZheLin/Streamline-Analyst
GitHub
GitHub - Wilson-ZheLin/Streamline-Analyst: An AI agent powered by LLMs that streamlines the entire process of data analysis. 🚀
An AI agent powered by LLMs that streamlines the entire process of data analysis. 🚀 - Wilson-ZheLin/Streamline-Analyst
How to dockerize a Django, Preact, and PostgreSQL Application
Dockerizing your Django application can be intimidating, but the rewards outweigh the risks. In this guide, Charlie Macnamara walks you through the setup process so you can get the most out of your applications.
https://www.honeybadger.io/blog/dockerize-django-preact-postgres
Dockerizing your Django application can be intimidating, but the rewards outweigh the risks. In this guide, Charlie Macnamara walks you through the setup process so you can get the most out of your applications.
https://www.honeybadger.io/blog/dockerize-django-preact-postgres
Honeybadger Developer Blog
How to dockerize a Django, Preact, and PostgreSQL Application
Dockerizing your Django application can be intimidating, but the rewards outweigh the risks. In this guide, Charlie Macnamara walks you through the setup process so you can get the most out of your applications.
Tracing System Calls in Python
The article discusses the author's development of a tool added to Cirron that enables the tracing of system calls made by Python code. It provides an example of tracing the "print" function and explains the tool's implementation using the strace tool for effective analysis. The article also outlines the initial intention to use the ptrace syscall for implementation and the subsequent uti...
https://blog.mattstuchlik.com/2024/02/16/counting-syscalls-in-python.html
The article discusses the author's development of a tool added to Cirron that enables the tracing of system calls made by Python code. It provides an example of tracing the "print" function and explains the tool's implementation using the strace tool for effective analysis. The article also outlines the initial intention to use the ptrace syscall for implementation and the subsequent uti...
https://blog.mattstuchlik.com/2024/02/16/counting-syscalls-in-python.html
Matt Stuchlik
Tracing System Calls in Python
Last time we counted CPU instructions, let’s look at syscalls now!
hustvl / Vim
Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model
https://github.com/hustvl/Vim
Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model
https://github.com/hustvl/Vim
GitHub
GitHub - hustvl/Vim: [ICML 2024] Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model
[ICML 2024] Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model - hustvl/Vim
5 Tips to Safely Use Credentials in Your Python Project
Learn 5 simple tips to help keep your Python credentials safe and fix problems quickly if they occur.
https://www.youtube.com/watch?v=OOvvQRBcrhI
Learn 5 simple tips to help keep your Python credentials safe and fix problems quickly if they occur.
https://www.youtube.com/watch?v=OOvvQRBcrhI
YouTube
5 Tips to Safely Use Credentials in Your Python Project
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I'll share 5 simple tips to help keep your Python credentials safe and fix problems quickly if they occur.
🎓 ArjanCodes Courses: https://www.arjan…
In this video, I'll share 5 simple tips to help keep your Python credentials safe and fix problems quickly if they occur.
🎓 ArjanCodes Courses: https://www.arjan…
Alto
Serverless for data practitioners. The fastest way to run your code in the cloud. Effortlessly run scripts, functions, and Jupyter notebooks in virtual machines.
https://github.com/runprism/alto
Serverless for data practitioners. The fastest way to run your code in the cloud. Effortlessly run scripts, functions, and Jupyter notebooks in virtual machines.
https://github.com/runprism/alto
GitHub
GitHub - runprism/alto: Serverless for data practitioners. The fastest ⚡️ way to run your code in the cloud. Effortlessly run scripts…
Serverless for data practitioners. The fastest ⚡️ way to run your code in the cloud. Effortlessly run scripts, functions, and Jupyter notebooks in virtual machines. - runprism/alto
The simplest way to add a Django worker (Using AWS Chalice)
The article discusses the utilization of AWS Chalice to incorporate a Django worker, enabling the use of a lambda function as a serverless background worker for any application. This approach allows the lambda function to run in the background without blocking the main thread of the app, and it can call an endpoint on the Django app when completed, offering the advantage of using any Pyt...
https://www.photondesigner.com/articles/lambda-for-django
The article discusses the utilization of AWS Chalice to incorporate a Django worker, enabling the use of a lambda function as a serverless background worker for any application. This approach allows the lambda function to run in the background without blocking the main thread of the app, and it can call an endpoint on the Django app when completed, offering the advantage of using any Pyt...
https://www.photondesigner.com/articles/lambda-for-django
Photondesigner
The simplest way to add a Django worker (Using AWS Chalice) 🍷
Add an AWS lambda function, with async invocation for background tasks, to development and production (plus GitHub Actions deployment)
Let's build the GPT Tokenizer
The Tokenizer, essential for Large Language Models (LLMs), translates between strings and tokens, operating as a distinct stage with separate training sets and algorithms. This lecture builds the GPT series Tokenizer from scratch, uncovering peculiar behaviors in LLMs linked to tokenization. We explore these issues, attributing them to tokenization, and consider the ideal scenario of eli...
https://www.youtube.com/watch?v=zduSFxRajkE
The Tokenizer, essential for Large Language Models (LLMs), translates between strings and tokens, operating as a distinct stage with separate training sets and algorithms. This lecture builds the GPT series Tokenizer from scratch, uncovering peculiar behaviors in LLMs linked to tokenization. We explore these issues, attributing them to tokenization, and consider the ideal scenario of eli...
https://www.youtube.com/watch?v=zduSFxRajkE
YouTube
Let's build the GPT Tokenizer
The Tokenizer is a necessary and pervasive component of Large Language Models (LLMs), where it translates between strings and tokens (text chunks). Tokenizers are a completely separate stage of the LLM pipeline: they have their own training sets, training…
Using IPython Jupyter Magic Commands to Improve the Notebook Experience
A post on creating a custom IPython Jupyter Magic command.
https://towardsdatascience.com/using-ipython-jupyter-magic-commands-to-improve-the-notebook-experience-f2c870cab356
A post on creating a custom IPython Jupyter Magic command.
https://towardsdatascience.com/using-ipython-jupyter-magic-commands-to-improve-the-notebook-experience-f2c870cab356
Medium
Using IPython Jupyter Magic Commands to Improve the Notebook Experience
A post on creating a custom IPython Jupyter Magic command