DialogStudio
Towards Richest and Most Diverse Unified Dataset Collection and Instruction-Aware Models for Conversational AI.
https://github.com/salesforce/DialogStudio
Towards Richest and Most Diverse Unified Dataset Collection and Instruction-Aware Models for Conversational AI.
https://github.com/salesforce/DialogStudio
GitHub
GitHub - salesforce/DialogStudio: DialogStudio: Towards Richest and Most Diverse Unified Dataset Collection and Instruction-Awareโฆ
DialogStudio: Towards Richest and Most Diverse Unified Dataset Collection and Instruction-Aware Models for Conversational AI - salesforce/DialogStudio
Customize Django Admin Interface
Django admin panel is one of the biggest strengths on Django. It allows quickly have interface access data stored in DB, have forms to add and edit data and manage users. But since in its default state Django Admin Site is quite basic, so in this article I want to go over all the ways to make the most out of it by customizing it.
https://appliku.com/post/customize-django-admin-interface
Django admin panel is one of the biggest strengths on Django. It allows quickly have interface access data stored in DB, have forms to add and edit data and manage users. But since in its default state Django Admin Site is quite basic, so in this article I want to go over all the ways to make the most out of it by customizing it.
https://appliku.com/post/customize-django-admin-interface
Appliku
Customize Django Admin Interface
Learn how to customize Django admin interface: forms, theme, make it more secure by changing the URL and make it more powerful and convenient
LPython: Novel, Fast, Retargetable Python Compiler
https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/
https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/
LPython
LPython: Novel, Fast, Retargetable Python Compiler
About LPython is a Python compiler that can compile type-annotated Python code to optimized machine code. LPython offers several backends such as LLVM, C, C++, WASM, Julia and x86. LPython features โฆ
rag-stack
Deploy a private ChatGPT alternative hosted within your VPC. Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, Falcon, and GPT4All.
https://github.com/psychic-api/rag-stack
Deploy a private ChatGPT alternative hosted within your VPC. Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, Falcon, and GPT4All.
https://github.com/psychic-api/rag-stack
GitHub
GitHub - finic-ai/rag-stack: ๐ค Deploy a private ChatGPT alternative hosted within your VPC. ๐ฎ Connect it to your organization'sโฆ
๐ค Deploy a private ChatGPT alternative hosted within your VPC. ๐ฎ Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, F...
0xpayne / gpt-migrate
Easily migrate your codebase from one framework or language to another.
https://github.com/0xpayne/gpt-migrate
Easily migrate your codebase from one framework or language to another.
https://github.com/0xpayne/gpt-migrate
GitHub
GitHub - joshpxyne/gpt-migrate: Easily migrate your codebase from one framework or language to another.
Easily migrate your codebase from one framework or language to another. - joshpxyne/gpt-migrate
AutoChain
Build lightweight, extensible, and testable LLM Agents.
https://github.com/Forethought-Technologies/AutoChain
Build lightweight, extensible, and testable LLM Agents.
https://github.com/Forethought-Technologies/AutoChain
GitHub
GitHub - Forethought-Technologies/AutoChain: AutoChain: Build lightweight, extensible, and testable LLM Agents
AutoChain: Build lightweight, extensible, and testable LLM Agents - Forethought-Technologies/AutoChain
Finding and fixing insecure direct object references in Python
In this post, we'll review common patterns and types of IDOR vulnerabilities and how to protect against them.
https://snyk.io/blog/insecure-direct-object-references-python/
In this post, we'll review common patterns and types of IDOR vulnerabilities and how to protect against them.
https://snyk.io/blog/insecure-direct-object-references-python/
Snyk
Finding and fixing insecure direct object references in Python | Snyk
In this post, we'll review common patterns and types of IDOR vulnerabilities and how to protect against them.
How ruff changed my Python programming habits
https://406.ch/writing/how-ruff-changed-my-python-programming-habits/
https://406.ch/writing/how-ruff-changed-my-python-programming-habits/
ramonvc / freegpt-webui
GPT 3.5/4 with a Chat Web UI. No API key required.
https://github.com/ramonvc/freegpt-webui
GPT 3.5/4 with a Chat Web UI. No API key required.
https://github.com/ramonvc/freegpt-webui
GitHub
GitHub - ramon-victor/freegpt-webui: GPT 3.5/4 with a Chat Web UI. No API key required.
GPT 3.5/4 with a Chat Web UI. No API key required. - ramon-victor/freegpt-webui
Marsha
Marsha is a functional, higher-level, English-based programming language that gets compiled into tested Python software by an LLM
https://github.com/alantech/marsha
Marsha is a functional, higher-level, English-based programming language that gets compiled into tested Python software by an LLM
https://github.com/alantech/marsha
GitHub
GitHub - alantech/marsha: Marsha is a functional, higher-level, English-based programming language that gets compiled into testedโฆ
Marsha is a functional, higher-level, English-based programming language that gets compiled into tested Python software by an LLM - alantech/marsha
I Made 3D MINECRAFT in PYTHON using Ursina!
In this Python tutorial I code a minecraft clone using a 3d library called Ursina.
https://www.youtube.com/watch?v=9RudgL1rVLg
In this Python tutorial I code a minecraft clone using a 3d library called Ursina.
https://www.youtube.com/watch?v=9RudgL1rVLg
YouTube
I Made 3D MINECRAFT in PYTHON using Ursina!
In this Python tutorial I code a minecraft clone using a 3d library called Ursina. I create the main mechanics of minecraft which will allow us to place and destroy blocks to build up our world.
Code & assets on github: https://github.com/russs123/minecraft_tutโฆ
Code & assets on github: https://github.com/russs123/minecraft_tutโฆ
Swap_8_and_9: A simple import can modify the Python interpreter
https://kenschutte.com/python-swap-ints/
https://kenschutte.com/python-swap-ints/
Overloading arithmetic operators with dunder methods
https://mathspp.com/blog/pydonts/overloading-arithmetic-operators-with-dunder-methods
https://mathspp.com/blog/pydonts/overloading-arithmetic-operators-with-dunder-methods
Mathspp
Overloading arithmetic operators with dunder methods | Pydon't ๐
This article shows you how to overload the arithmetic operators in Python with dunder methods.