full_name stringlengths 9 72 | url stringlengths 28 91 | description stringlengths 3 343 ⌀ | readme stringlengths 1 207k |
|---|---|---|---|
carterisonline/hyro | https://github.com/carterisonline/hyro | Hypermedia Rust Orchestration | ### HYRO
noun
/ˈhɪr.oʊ/
1. A : acronym for "Hypermedia Rust Orchestration"
B : a crate that extends [Axum](https://github.com/tokio-rs/axum/) with new functionality, like
rendering [Jinja Templates](https://github.com/mitsuhiko/minijinja) on the server,
[bundling css](https://github.com/parcel-bundler/li... |
Neeraj319/mro | https://github.com/Neeraj319/mro | Sqlite ORM For python | # MRO (Mero Ramro ORM, eng: My Nice ORM)
A sqlite3 ORM in python.
## Table of Contents
- [ Quick Example ](#quick-example)
1. [ Creating a Table ](#creating-a-table)
2. [ Adding Class Columns to a class table ](#adding-class-columns-to-the-class-table)
3. [ DatabaseManager ](#database-manager)
4. [ Query Methods ](... |
NumbersStationAI/NSQL | https://github.com/NumbersStationAI/NSQL | Numbers Station Text to SQL model code. | # NSQL
Numbers Station Text to SQL model code.
NSQL is a family of autoregressive open-source large foundation models (FMs) designed specifically for SQL generation tasks. All model weights are provided on HuggingFace.
| Model Name | Size | Link |
| ---------- | ---- | ------- |
| NumbersStation/nsql-350M | 350M | [l... |
hassanhabib/Standard.AI.Data.EntityIntelligence | https://github.com/hassanhabib/Standard.AI.Data.EntityIntelligence | .NET library to convert natural language query into SQL queries and generate results | # Standard.AI.Data.EntityIntelligence

[](https://github.com/hassanhabib/Standar... |
sudhakar-diary/express-tsup | https://github.com/sudhakar-diary/express-tsup | null | # express-tsup
```
Output:
C:\git-repo\express-tsup> npm run dev
> express-tsup@1.0.0 dev
> nodemon
[nodemon] 2.0.22
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): src\**\*
[nodemon] watching extensions: ts,js,json
[nodemon] starting `tsup && node -r tsconfig-paths/register dist/ind... |
ZhangYiqun018/self-chat | https://github.com/ZhangYiqun018/self-chat | null | # SELF-CHAT
一种让ChatGPT自动生成个性丰富的共情对话方案。
|
dushyantnagar7806/Melanoma-Detection-CNN-Project | https://github.com/dushyantnagar7806/Melanoma-Detection-CNN-Project | CNN_Skin_Cancer |
# Melanoma-Detection-Deep Leaning-Project
build a CNN-based model that detects melanoma. A data set will be provided, which contains images of malignant and benign tumours. Understand the problem statement carefully and go through the evaluation rubrics before solving the problem
## Problem Statement :
build a multi... |
recmo/evm-groth16 | https://github.com/recmo/evm-groth16 | Groth16 verifier in EVM | # Groth16 verifier in EVM
Using point compression as described in [2π.com/23/bn254-compression](https://2π.com/23/bn254-compression).
Build using [Foundry]'s `forge`
[Foundry]: https://book.getfoundry.sh/reference/forge/forge-build
```sh
forge build
forge test --gas-report
```
Gas usage:
```
| src/Verifier.sol:V... |
mishuka0222/employer-worker-registration-system | https://github.com/mishuka0222/employer-worker-registration-system | null | # employer-worker-registration-system
An accounting program that contains employee and employer information and records of relationships between them.
---
# v1 branch
## Screenshot
<p align="center"><strong>Login</strong></p>
<p align="center"><img src="https://user-images.githubusercontent.com/71611710/157845415-c8f... |
jeremy-rifkin/cpptrace | https://github.com/jeremy-rifkin/cpptrace | Lightweight, zero-configuration-required, and cross-platform stacktrace library for C++ | # Cpptrace
[](https://github.com/jeremy-rifkin/cpptrace/actions/workflows/build.yml)
[](https://github.com/jeremy-rifki... |
dylanintech/flo | https://github.com/dylanintech/flo | null | # welcome to flo - the cli tool that solves errors for you!
**flo** uses a [langchain](https://js.langchain.com/docs/) functions agent to catch errors thrown from processes that you're running in your dev environment. it then attempts to solve these errors or at least find out what's wrong by *scanning* your codebase f... |
mishuka0222/BearStone-SmartHome | https://github.com/mishuka0222/BearStone-SmartHome | 🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY! | <h1 align="center">
<a name="logo" href="https://www.vCloudInfo.com/tag/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
<br>
Bear Stone Smart Home Documentation
</h... |
Yujun-Shi/DragDiffusion | https://github.com/Yujun-Shi/DragDiffusion | Official code for DragDiffusion | <p align="center">
<h1 align="center">DragDiffusion: Harnessing Diffusion Models for Interactive Point-based Image Editing</h1>
<p align="center">
<a href="https://yujun-shi.github.io/"><strong>Yujun Shi</strong></a>
<strong>Chuhui Xue</strong>
<strong>Jiachun Pan</stro... |
geeeeeeeek/python_jiajiao | https://github.com/geeeeeeeek/python_jiajiao | python家教信息网站 python+django+vue开发的家教信息管理系统 | > 学习过程中,遇到问题可以咨询作者
### 功能介绍
平台采用B/S结构,后端采用主流的Python+django进行开发,前端采用主流的Vue.js进行开发。
整个平台包括前台和后台两个部分。
- 前台功能包括:首页、家教详情页、用户中心、家教入驻模块。
- 后台功能包括:总览、家教管理、分类管理、标签管理、评论管理、用户管理、运营管理、日志管理、系统信息模块。
### 效果演示
前台地址: http://jiajiao.gitapp.cn
后台地址: http://jiajiao.gitapp.cn/admin
后台管理帐号:
用户名:admin123
密码:admin123
### 代码结构
-... |
quinlan-lab/bedder-rs | https://github.com/quinlan-lab/bedder-rs | an API for intersections of genomic data | <!---
# build
target=x86_64-unknown-linux-gnu
export RUSTFLAGS="-C target-feature=-crt-static -C relocation-model=pie"
cargo test --release --target $target \
&& cargo build --release --target $target
--->
[](https://github.com/qu... |
milandas63/GIFT-Group1 | https://github.com/milandas63/GIFT-Group1 | null | # GIFT-Group1
## Group-1
NO NAME EMAIL-ID MOBILE
1 Abinash Dash abinashdash2022@gift.edu.in 7978825471
2 Abinash Panda abinash2022@gift.edu.in 7735997679
3 Aditya Sahoo adityas2022@gift.edu.in 7873668... |
mattzcarey/code-review-gpt | https://github.com/mattzcarey/code-review-gpt | Your personal code reviewer powered by LLMs (OpenAI GPT-3.5/4, Llama, Falcon, Azure AI) & Embeddings ⚡️ Improve code quality and catch bugs before you break production 🚀 | # Code Review GPT
## We give engineers their weekends back
Code Review GPT uses Large Language Models to review code in your CI/CD pipeline. It helps streamline the code review process by providing feedback on code that may have issues or areas for improvement.
It should pick up on common issues such as:
- Dead co... |
mandriota/what-anime-tui | https://github.com/mandriota/what-anime-tui | 🔭Another way to find the anime scene using your terminal | # What Anime TUI
A TUI alternative to [irevenko/what-anime-cli](https://github.com/irevenko/what-anime-cli).
Wrapper for [trace.moe](https://trace.moe) API.
## Showcase
https://github.com/mandriota/what-anime-tui/assets/62650188/fc0a4aca-0e20-43b0-a18b-e6b8b9f03694
## Installation
Download and install Go from [go.de... |
neondatabase/pg_embedding | https://github.com/neondatabase/pg_embedding | Hierarchical Navigable Small World (HNSW) algorithm for vector similarity search in PostgreSQL | # pg_embedding
The `pg_embedding` extension enables the using the Hierarchical Navigable Small World (HNSW) algorithm for vector similarity search in PostgreSQL.
This extension is based on [ivf-hnsw](https://github.com/dbaranchuk/ivf-hnsw) implementation of HNSW
the code for the current state-of-the-art billion-scale... |
xxm1668/chatglm2_lora | https://github.com/xxm1668/chatglm2_lora | 支持ChatGLM2 lora微调 | #### 1、环境
* fp16占用22G显存
* INT8占用
#### 2、运行命令
* 需要更改里面的chatglm2对应的model目录和文件目录
> CUDA_VISIBLE_DEVICES=0 python3 train.py
#### 3、训练日志
* Epoch 1 / 50
* 100%|███████████████████████████████| 1392/1392 [08:51<00:00, 2.62it/s, lr=0.0005, train_loss=3.07]
* 100%|████████████████████████████████████████... |
Shine-Theme/halo-theme-crux | https://github.com/Shine-Theme/halo-theme-crux | A modern minimalist halo theme | 一个现代简约的Halo主题 | <br />
<div align="center">
<a href="https://github.com/Shine-Theme/halo-theme-crux">
<img src="https://alkaid.ink/upload/crux-banner.png" alt="Banner" width="50%">
</a>
<h3 align="center">Crux</h3>
<p align="center">
A modern minimalist halo theme | 一个现代简约的Halo主题
<br />
<a href="https://github.... |
NVISOsecurity/cs2br-bof | https://github.com/NVISOsecurity/cs2br-bof | null | # CS2BR BOF
You would like to execute BOFs written for Cobalt Strike in Brute Ratel C4? Look no further, we got you covered! CS2BR implements a compatibility-layer that make CS BOFs use the BRC4 API. This allows you to use the vast landscape that is BOFs in BRC4.
_Please read about its [caveats](#caveats) before usin... |
dead8309/tailwind-kt | https://github.com/dead8309/tailwind-kt | A plugin which configures tailwindcss to be used in a KotlinJs project | <div align="center">
<h1>tailwind-kt</h1>

[](https://arxiv.org/abs/2307.07162)
[](https://huggingface.co/spaces/Wayne-lc/drive_like_human)
<!-- [ to your desktop. Password: 2023
- Run the file (Project_run v1.2.4).
- Launch the game.
- In-game INSERT button.
---------------------------------------------------------------------------... |
SpongeBed81/sveltix | https://github.com/SpongeBed81/sveltix | Better state management for Svelte & Sveltekit. | # sveltix
Better way to manage your complex stores in Svelte.
## Why?
Even though Svelte has a great store system it is very hard to work with complex data with it. Sveltix solves this issue by providing a flexible API like Pinia which is integrated with Svelte stores, automaticly giving you the flexibility out of t... |
bytedance/kmax-deeplab | https://github.com/bytedance/kmax-deeplab | a PyTorch re-implementation of ECCV 2022 paper based on Detectron2: k-means mask Transformer. | # kMaX-DeepLab (ECCV 2022)
This is a *PyTorch re-implementation* of our ECCV 2022 paper based on Detectron2: [k-means mask Transformer](https://arxiv.org/pdf/2207.04044.pdf).
*Disclaimer*: This is a *re-implementation* of kMaX-DeepLab in PyTorch. While we have tried our best to reproduce all the numbers reported in t... |
cryscan/web-rwkv | https://github.com/cryscan/web-rwkv | Implementation of the RWKV language model in pure WebGPU/Rust. | # Web-RWKV
[](https://crates.io/crates/web-rwkv)
[](https://docs.rs/web-rwkv)
This is an implementation of the [language model of RWKV](https://github.com/BlinkDL/RWKV-LM) in pure WebGPU.
## Compile and Run
1. [Install... |
Sunrisepeak/KHistory | https://github.com/Sunrisepeak/KHistory | KHistory is an elegant keystrokes detect tools | 🔥一个优雅&跨平台的 键盘/🎮手柄按键 检测及历史记录显示工具, 无需安装单可执行文件(约900kb大小)即点即用 | # KHistory
🔥KHistory 是一个优雅&跨平台的 键盘/🎮手柄按键 检测及历史记录显示工具, 无需安装单可执行文件(约900kb大小)即点即用
[**English**](README.en.md)
### 无需安装单文件下载即用
> **点击[Release](https://github.com/Sunrisepeak/KHistory/releases)获取对应平台最新版本**
## 一、功能特性
- 键盘按键检测
- 游戏手柄按键检测
- 控制
- 按键历史记录数
- 透明度
- 检测帧率
- 游戏按键可视化(待优化)
## 二、平台支持情况
| 功能\平台 ... |
weaigc/gradio-chatbot | https://github.com/weaigc/gradio-chatbot | A tool that can automatically convert 🤗 Huggingface Spaces, 魔搭创空间 and Gradio ChatBot into free APIs. Supports GPT4Free, ChatGPT, Llama2,MPT,Falcon Chat, ChatGLM and many other chatbot like spaces. | <div align="center">
# Gradio Chatbot
> A tool that can automatically convert [Huggingface Spaces](https://huggingface.co/spaces), [Modelscope Studios](https://www.modelscope.cn/studios) and Gradio ChatBot into free APIs. It basically supports any space with a chatbot, and currently perfectly supports many model spa... |
XiaoyuShi97/FlowFormerPlusPlus | https://github.com/XiaoyuShi97/FlowFormerPlusPlus | FlowFormer++: Masked Cost Volume Autoencoding for Pretraining Optical Flow Estimation | # FlowFormer++: Masked Cost Volume Autoencoding for Pretraining Optical Flow Estimation
<!-- ### [Project Page](https://drinkingcoder.github.io/publication/flowformer/) -->
> FlowFormer++: Masked Cost Volume Autoencoding for Pretraining Optical Flow Estimation
> Xiaoyu Shi<sup>\*</sup>, [Zhaoyang Huang](https://dr... |
Mohanedy98/swifty-marvel | https://github.com/Mohanedy98/swifty-marvel | A SwiftUI app to showcase my iOS development skills ( Clean Architecture + MVVM + Swinject + Async Await + Unit Testing + Arkana + Mockingbird + CI Pipeline ) | <p align="center">
<img src="https://i.imgur.com/xW2TD5K.png" alt="Logo" width=250 height=250>
</p>
<h1 align="center">SwiftyMarvel 🦸♂️</h1>
<p align="center">
<a href="https://developer.apple.com/xcode/swiftui/">
<img src="https://img.shields.io/badge/Platform-SwiftUI-orange?logo=swift"
alt="Platform" ... |
mabangde/winlogparser | https://github.com/mabangde/winlogparser | windows 日志检测工具 | **已实现功能:**
- 检测用户操作日志
- 日志清除日志
- 爆破
- 删除日志检测
- 服务安装
**待实现功能:**
- 合并为单文件
- dcsync
- 统计功能
- 导出excel 文件
- 输出优化


|
hiteshchoudhary/nextjs-appwrite-auth | https://github.com/hiteshchoudhary/nextjs-appwrite-auth | null | # A detailed course to undestand nextjs
This long video was designed to give you an indepth understanding about latest nextjs and how it works. If you have improved the project add your repo link in the assignment section. Please do not change main code files as students need to learn from the same code.
## Tech Stac... |
Gaolingx/HonkaiStarRailToonShader | https://github.com/Gaolingx/HonkaiStarRailToonShader | This is a Honkai StarRail ToonLike Shader for unity | # HonkaiStarRailToonShader

## What's This?
这是一个基于Unity引擎URP管线的仿制星穹铁道风格的卡通渲染项目。
## Installation & Usage
只需将/Shaders路径下解压对应版本的文件夹到你的Assets即可在材质球中看到添加的shader。
在开始之前,你至少需要准备如下的贴图,如果不知道如何获取他们,可以参考B站 @小二今天吃啥啊 的这个教程,[链接](https://www.bi... |
Mehdi-H/WeeklyCuration | https://github.com/Mehdi-H/WeeklyCuration | Interesting links I saw, every week | # WeeklyCuration
Interesting links I saw, every week
It's not necessarily articles published this week, it can also be articles I discovered this week 👀
Feel free to propose content to the newsletter
- by proposing a pull request on the [NEXT_WEEK.md file](./NEXT_WEEK.md)
- or [by creating an issue](https://githu... |
kaziabidazad/springboot-multifactor-authentication-app | https://github.com/kaziabidazad/springboot-multifactor-authentication-app | Springboot custom Stateless Token based authentication with TOTP based Multi-factor Authentication. Any Authenticator can be used ex: Microsoft Authenticator, Google Authenticator, etc. | # SpringBoot App with Multifactor Authentication
<p>
This is a Simple Spring boot app which incorporates 2 factor authentication.
</p>
<p>
This app uses TOTP Algorithm to perform the 2nd Factor Authentication. Any TOTP Mobile App can be used to perform the authentication like Google Authenticator, Microsoft Authen... |
wobsoriano/vuetify-sonner | https://github.com/wobsoriano/vuetify-sonner | Stackable toast component for Vuetify. | https://github.com/wobsoriano/vuetify-sonner/assets/13049130/3dc381ec-95b2-4bd1-9df6-624210e9d9f4
# vuetify-sonner
Stackable toast component for Vuetify.
> Note: Snackbars should appear one at a time. Stacking them breaks the Material [spec](https://m2.material.io/components/snackbars#behavior).
## Installation
`... |
Hillobar/Rope | https://github.com/Hillobar/Rope | GUI-focused roop | # Rope
Rope implements the insightface inswapper_128 model with a helpful GUI.
### Discord link: ###
[Discord](https://discord.gg/5CxhgRKBdN)
### Changes: ###
I suggest a fresh reinstall, since some of the filenames have changed. I updated the installation instructions below. Please note that there is a new onnx file... |
niw/WindowAlignment | https://github.com/niw/WindowAlignment | A simple application to align windows on macOS. | WindowAlignment
===============
<img src="Applications/WindowAlignment/Resources/Assets.xcassets/AppIcon.appiconset/512x512.png" width=256 height=256>
A simple macOS application to align the active window by the keyboard
shortcut in the screen.
Usage
-----
Download the latest pre-build application binary from [Rele... |
melody413/JUCE_project | https://github.com/melody413/JUCE_project | null | 
JUCE is an open-source cross-platform C++ application framework for creating high quality
desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins
and plug-in hosts. JUCE can be easily integrated with existing pro... |
Gary3410/TaPA | https://github.com/Gary3410/TaPA | [arXiv 2023] Embodied Task Planning with Large Language Models | <div align="center">
<img src="./howto/figure/TaPA.png" alt="TaPA" width="256"/>
# TaPA
</div>
# TaPA
Official implementation of [Embodied Task Planning with Large Language Models](https://arxiv.org/abs/2307.01848).
Try out the web demo 🤗 of **TaPA**: [字典
【已实现】账号字典、密码字典动态变量支持,具体写法参考 参考 [动态规则编写.md](动态规则编写.md)
【已实现】中文基础变量信息变形为拼音、英语的自动化处理 (支持多种转换样式)
【已实现】基于用户名变量的替换过程 (支持多种大小写方案、包括账号倒序处理)
【已实现】最终账号密码格式的多种处理方案(首字母大小写、首段大小写、等)
【已实现】最终账号密码格式的多种筛选(排除|提取)方案(长度、字符类型、自定义正则、)
【已实现】中文账... |
Olical/nfnl | https://github.com/Olical/nfnl | Enhance your Neovim with Fennel | # nfnl
Enhance your [Neovim][neovim] experience through [Fennel][fennel] with zero
overhead. Write Fennel, run Lua, nfnl will not load unless you're actively
modifying your Neovim configuration or plugin source code
([nfnl-plugin-example][nfnl-plugin-example]).
- Only loads when working in directories containing a `.... |
CLUEbenchmark/SuperCLUE-Open | https://github.com/CLUEbenchmark/SuperCLUE-Open | 中文通用大模型开放域多轮测评基准 | An Open Domain Benchmark for Foundation Models in Chinese | # SuperCLUE-Open
中文通用大模型开放域多轮测评基准 | A Multi-turn Open Domain Benchmark for Foundation Models in Chinese
<img src="https://github.com/CLUEbenchmark/SuperCLUE-Open/blob/main/resources/img/score_10_circle.jpg" width="60%" height="60%"></img>
## SuperCLUE榜单(Open开放域多轮-Opt封闭域-LYB匿名对战)
SuperCLUE-Open:开放域多轮交互;SuperCLUE-Opt... |
corca-ai/LLMFuzzAgent | https://github.com/corca-ai/LLMFuzzAgent | [Corca / ML] Automatically solved Gandalf AI with LLM | # LLMFuzzAgent
Can we create a fuzzer to discover vulnerabilities in the LLMs? This is the initial step towards finding the answer.
Based on the following results, LLMs have the potential to be white-hat hackers.
## Gandalf Challenge - Write-up
https://github.com/corca-ai/LLMFuzzAgent/assets/64528476/d0b1293f-f307-... |
edmar/whenx | https://github.com/edmar/whenx | Event-Driven Autonomous Agents. create alerts in the form of "When X happens, then do Y". In this initial version, we are only supporting email alerts in the form of "When X happens, send me an email report". | # WhenX: Event-Driven Autonomous Agents

The Semantic Web has long intrigued me. The idea of transforming the web into a comprehensible database accessible to artificial intelligence became a foundation for my continued exploration. The notion of creating a smart alert system, a digital sentin... |
guangzhengli/vectorhub | https://github.com/guangzhengli/vectorhub | Quickly and easily build AI website or application by using embeddings! | [](https://skillicons.dev)<a href="https://www.buymeacoffee.com/iguangzhengli" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: ... |
h1tm4nqq/ForeverClient-leak | https://github.com/h1tm4nqq/ForeverClient-leak | null | # ForeverClient
Made by very Big nn`s
# Why?
Because the paid version has been compromised
# Developers
[h1tm4nqq](https://ru.namemc.com/profile/Shadow_Fiend)
[Hunter_](https://ru.namemc.com/profile/HunterEagle_)
[N1ghtD3s3rt](https://github.com/NightDesertOrig)
|
CoomingSoon/TurkishNLPGuide | https://github.com/CoomingSoon/TurkishNLPGuide | Türkçe Doğal Dil İşleme (NLP) alanındaki kaynakları bir araya getiren bu repoyla, profesyonel yolculuğunuzda sizlere rehberlik etmeyi hedefliyoruz. | | Turkish NLP Guide |
|:---:|
|  |
## Dikkat! ⭐
**Bu repo** 📚 **Türkçe Doğal Dil İşleme (NLP)** alanında kullanabileceğiniz değerli kaynaklara erişebilmenizi sağlıyor. Burada, **Türkçe Doğal Dil İşleme** ... |
WindyCloudCute/LANraragi_Chinese | https://github.com/WindyCloudCute/LANraragi_Chinese | 全新稳定更新的LANraragi中文汉化翻译项目 交流论坛👇 | [<img src="https://img.shields.io/docker/pulls/difegue/lanraragi.svg">](https://hub.docker.com/r/difegue/lanraragi/)
[<img src="https://img.shields.io/github/downloads/difegue/lanraragi/total.svg">](https://github.com/Difegue/LANraragi/releases)
[<img src="https://img.shields.io/github/release/difegue/lanraragi.svg?lab... |
IsaMarvin/alx-system_engineering-devops | https://github.com/IsaMarvin/alx-system_engineering-devops | This GitHub repository serves as a comprehensive collection of projects aimed at enhancing your shell scripting skills and command-line proficiency. Each project focuses on specific aspects of shell scripting, including basic commands, file permissions, shell redirections , and variables expansions. | # Shell Scripting Repository 🐚
Welcome to the Shell Scripting Repository! 🚀 This repository contains multiple directories, each focusing on different aspects of shell scripting and command-line operations. Each directory represents a project and includes a README file with specific tasks and instructions.
## Projec... |
0hq/tinyvector | https://github.com/0hq/tinyvector | A tiny nearest-neighbor embedding database built with SQLite and Pytorch. (In development!) | <p align="center">
<img src="https://github.com/0hq/tinyvector/blob/main/assets/TINYVECTORLOGO.png?raw=true" alt="tinyvector logo">
</p>
<p align="center">
<b>tinyvector - the tiny, least-dumb, speedy vector embedding database</b>. <br />
No, you don't need a vector database. You need tinyvector.
</p>
<p al... |
omniinfer/sd-webui-cloud-inference | https://github.com/omniinfer/sd-webui-cloud-inference | Stable Diffusion(SDXL)WebUI Cloud Inference Extension | # Stable Diffusion Web UI Cloud Inference
[](https://discord.gg/nzqq8UScpx)
[](https://www.youtube.com/watch?v=B8s2L_o3DrU)
## What capabilities does this extension offer?
This extension enab... |
lamchitinhngu/zkSyncRelease | https://github.com/lamchitinhngu/zkSyncRelease | null | # zkSyncRelease |
Loregret/script-panel-plus | https://github.com/Loregret/script-panel-plus | Script Panel Plus is a replacement plugin for a built-in Godot's scripting panel. It has more features and makes script-organizing a better experience. | # Script Panel +
<img width="800" alt="cover" src="addons/script_panel_plus/assets/promo.png">
**“Script Panel Plus”** is a replacement plugin for a built-in Godot's scripting panel. It has more features and makes script-organizing a better experience. The plugin's settings allow you to highly customize the panel and... |
nalgeon/sqlpkg-cli | https://github.com/nalgeon/sqlpkg-cli | SQLite package manager | # The (unofficial) SQLite package manager
`sqlpkg` manages SQLite extensions, just like `pip` does with Python packages or `brew` does with macOS programs.
It works primarily with the [SQLite package registry](https://sqlpkg.org/), but is not limited to it. You can install SQLite extensions from GitHub repositories o... |
ssantoshp/ByteDetective | https://github.com/ssantoshp/ByteDetective | The easiest way to search for images on your desktop 🔎 | <p align="center">
<img height=600 src="https://i.ibb.co/vxcW3yW/demo-1.png"/>
</p>
## What is ByteDetective?
ByteDetective is a **desktop app** (currently available for MacOS) that acts as a **semantic search engine for your photos**. The aim is to make searching for images on your desktop quick and easy.
**Image... |
lisongkun/hygge-imaotai | https://github.com/lisongkun/hygge-imaotai | i茅台app接口自动化csharp wpf实现,挂机windows服务器每日自动预约, (╯°□°)╯︵ ┻━┻ 预约启动! | <p align="center">
<img src="Resources/250white.png" />
</p>
<p align="center">
<a href="https://github.com/lisongkun/hygge-imaotai/stargazers"><img src="https://img.shields.io/github/stars/lisongkun/hygge-imaotai.svg"></a>
<a href="https://github.com/lisongkun/hygge-imaotai/blob/master/LICENSE">
<img s... |
Vaskovell676/CRAXSRAT-5 | https://github.com/Vaskovell676/CRAXSRAT-5 | null | # CraxsRat
CraxsRat最新中文版,调整部分界面,显示更美观。
# 软件授权
🔥终身授权🔥
🔥CRAXSRAT-LIFETIME🔥
# 免责声明:
使用此软件对任何人造成任何损害与本人无关,概不负任何责任。
我不支持任何恶意使用此软件,分享只是为了学习交流为目的。
# DISCLAIMER:
I am NOT responsible for any damages caused by this software to anyone.
I do NOT support any malicious use of this software. This is for educationa... |
joshstevens19/reth-indexer | https://github.com/joshstevens19/reth-indexer | reth-indexer reads directly from the reth db and indexes the data into a postgres database all decoded with a simple config file and no extra setup alongside exposing a API ready to query the data. | # reth-indexer
reth-indexer reads directly from the reth db and indexes the data into a postgres database all decoded with a simple config file and no extra setup alongside exposing a API ready to query the data.
<img src="./assets/demo.gif" />
## Disclaimer
This is an R&D project and most likely has missing featur... |
iotexproject/awesome-depin | https://github.com/iotexproject/awesome-depin | A curated list of all DePIN research, projects and resources. | # awesome-depin
> [](https://awesome.re) A curated list of awesome things related to DePIN (Decentralized Physical Infrastructure Networks)
Welcome to our DePIN (Decentralized Physical Infrastructure Networks) repository. This is your go-to source for codebases, research papers,... |
sksalahuddin2828/C_Sharp | https://github.com/sksalahuddin2828/C_Sharp | Explore something new | # C# - Unlocking the Power of Programming
<h3>Overview</h3>
Welcome to the fascinating world of C# (pronounced "C sharp"), a versatile and powerful programming language developed by Microsoft. Whether you're a seasoned developer or just starting your coding journey, C# opens up a world of possibilities, enabling you ... |
YuanGongND/whisper-at | https://github.com/YuanGongND/whisper-at | Code and Pretrained Models for Interspeech 2023 Paper "Whisper-AT: Noise-Robust Automatic Speech Recognizers are Also Strong Audio Event Taggers" | # Whisper-AT: Noise-Robust Automatic Speech Recognizers are Also Strong Audio Event Taggers
- [Introduction](#introduction)
- [Citation](#citation)
- [For Applications](#for-applications)
- [For Research](#for-research)
- [Available Models and Audio Tagging Performance](#available-models-and-audio-tagging-performance)... |
TommyZihao/Awesome | https://github.com/TommyZihao/Awesome | Github Trending榜高赞与趣味项目速览。主理人:同济子豪兄 | # Github Trending榜高赞与趣味项目速览
主理人:同济子豪兄 https://space.bilibili.com/1900783
更新记录:
- 2023年7月7日
视频:https://www.bilibili.com/video/BV1eW4y1f72L
文档:https://github.com/TommyZihao/Awesome/blob/main/2023/20230707.md
AIGC与多模态、大语言模型及应用、学习路径与论文合集、社会百态
|
sakurakiyama/heidi | https://github.com/sakurakiyama/heidi | null | <img width='200' height='auto' src='https://i.imgur.com/4apXXyQ.png' alt='Logo'>
## Meet Heidi
Heidi is not your ordinary wine app; she's a vivacious and opinionated virtual sommelier who's always ready to serve up her unapologetic views on all things wine! Whether you're a seasoned wine enthusiast or just starting t... |
Ryota-Kawamura/LangChain-Chat-with-Your-Data | https://github.com/Ryota-Kawamura/LangChain-Chat-with-Your-Data | Start building practical applications that allow you to interact with data using LangChain and LLMs. | # [LangChain: Chat with Your Data](https://www.deeplearning.ai/short-courses/langchain-chat-with-your-data/)
Join our new short course, LangChain: Chat With Your Data! The course delves into two main topics: (1) Retrieval Augmented Generation (RAG), a common LLM application that retrieves contextual documents from an e... |
ArtificialZeng/ChatGLM-Efficient-Tuning-Explained | https://github.com/ArtificialZeng/ChatGLM-Efficient-Tuning-Explained | null | # ChatGLM-Efficient-Tuning-Explained
注:2023.7月以后,原作者更改了目录结构。 我的这个源码解释版本是2023.7月以前的。原来的目录结构可以根据该项目的Fork日期和commit仔细查看;
最开始 utils 在根目录, 前几天还在/src/utils ,utils文件下有common.py、init等等。 现在我都有点找不到了
新的2023.7月该项目的源码解释,可以在这里看。
ChatGLM-Efficient-Tuning-相关代码,逐行详解版。
* [src/](./src)
* [utils/](./src/utils)
* [common.py](./src... |
zhuole1025/LyricWhiz | https://github.com/zhuole1025/LyricWhiz | LyricWhiz: Robust Multilingual Zero-shot Lyrics Transcription by Whispering to ChatGPT | # LyricWhiz
[](https://arxiv.org/abs/2306.17103)
Official code for the paper: LyricWhiz: Robust Multilingual Zero-shot Lyrics Transcription by Whispering to ChatGPT.
Welcome to visit our [m-a-p community](https://https://m-a-p.ai/) and [MARBLE benchmark](... |
Bartmr/convert-js-to-ts | https://github.com/Bartmr/convert-js-to-ts | Convert your plain Javascript project to Typescript using AI | This project might be interesting for those dealing with legacy projects.
Very often, companies with a large plain Javascript want to migrate to TypeScript but don't want to spend time and resources on it. So, I decided to create a tool that automatically migrates JavaScript projects to TypeScript with the help of typ... |
azim-kordpour/power-enum | https://github.com/azim-kordpour/power-enum | This lightweight package provides a Trait that allows you to fully utilize Enum classes in your PHP projects, particularly in modern PHP frameworks like Laravel. | # Power Enum Classes in PHP
This lightweight package provides a `Trait` that allows you to fully utilize Enum classes in your PHP projects, particularly in modern PHP frameworks like `Laravel`.
## Installation
> **NOTE:** As Enum was introduced in PHP 8.1, this package requires a minimum PHP version of 8.1.
You can i... |
jdtsmith/indent-bars | https://github.com/jdtsmith/indent-bars | Fast, configurable indentation guide-bars for Emacs | # indent-bars
Fast, configurable indentation guide-bars for Emacs.
<img align="right" width="514" alt="ib_default" src="https://github.com/jdtsmith/indent-bars/assets/93749/4f652554-bede-4aa6-bdbc-233ec843d782">
This package provides vertical indentation _guide bars_, with the following features:
- Uses stipple fac... |
microsoft/onnxruntime-swift-package-manager | https://github.com/microsoft/onnxruntime-swift-package-manager | A light-weight repository for providing Swift Package Manager support for ONNX Runtime. | # Swift Package Manager for ONNX Runtime
A light-weight repository for providing [Swift Package Manager (SPM)](https://www.swift.org/package-manager/) support for [ONNXRuntime](https://github.com/microsoft/onnxruntime). The ONNX Runtime native package is included as a binary dependency of the SPM package.
SPM is the... |
sqlsec/Asus-ChromeBox-i7-8550U | https://github.com/sqlsec/Asus-ChromeBox-i7-8550U | Asus ChromeBox i7-8550U Hackintosh OpenCore EFI | # Asus-ChromeBox-i7-8550U
Model:Asus Chromebox 3 CN65 (Teemo)
FW:MrChromebox-4.20.0 05/15/2023 (Coreboot BIOS)
CPU:Intel Core i7-8550U @1.8Ghz 4C 8T

目前驱动的完美度(95%+ 完美度):
- [x] 睡眠唤醒
- [x] DP 4k@60 Hz 视频输出
- [x] HDMI 4k@30 Hz 视频输出
- [x] USB 定制全部正常工作
- [x] 苹果拆机网卡支持苹果的所有功能
目前待解决的问题(交给后人解决 国光我没有精力... |
SUKHMAN-SINGH-1612/Data-Science-Projects | https://github.com/SUKHMAN-SINGH-1612/Data-Science-Projects | Explore my diverse collection of projects showcasing machine learning, data analysis, and more. Organized by project, each directory contains code, datasets, documentation, and resources. Dive in to discover insights and techniques in data science. Reach out for collaborations and feedback. | # Data Science Projects

Welcome to my Data Science Projects Repository! This repository co... |
BlueCat6123/inclinometer-multigauge | https://github.com/BlueCat6123/inclinometer-multigauge | null | # inclinometer-multigauge |
m1guelpf/tinyvector | https://github.com/m1guelpf/tinyvector | A tiny embedding database in pure Rust. | <p align="center">
<img src="https://github.com/m1guelpf/tinyvector/assets/23558090/512ff4ad-49fd-43ec-b3bd-57365b920078" alt="tinyvector logo">
</p>
<p align="center">
<b>tinyvector - a tiny embedding database in pure Rust</b> <br /><br />
<a href="https://crates.io/crates/tinyvector"><img src="https://img.... |
ishaan1013/thr | https://github.com/ishaan1013/thr | Web version of Meta's new app using Next.js server components, Vercel Postgres, shadcn UI, Clerk, and Prisma. | # Threads
An open-source clone of Threads using Next.js server components, Vercel Postgres, shadcn UI, Clerk, and Prisma.
https://github.com/ishaan1013/thr/assets/69771365/f1ca7104-0fa0-4825-ab83-06deeec5cc3f
[](https://vercel.com/new/clone?repository-url=https%3A%2F... |
MrCordeiro/parse2docs | https://github.com/MrCordeiro/parse2docs | Generate usage documentation in Markdown format from Python scripts using argparse | # Parse 2 Docs

[](https://github.com/psf/black)
[](https://github.com/MrCordeiro/parse2docs/actions/w... |
huozhi/rollup-plugin-swc-preserve-directives | https://github.com/huozhi/rollup-plugin-swc-preserve-directives | This is a rollup plugin that uses SWC to help preserve shebang and string directives. | # rollup-swc-preserve-directives
This is a rollup plugin that uses SWC to help preserve shebang and string directives.
## Install
```bash
npm install rollup-swc-preserve-directives
# You also need to install @swc/core as peer dependency
npm install @swc/core
```
## Usage
```js
import swcPreserveDirectives from 'r... |
dakk/qc64 | https://github.com/dakk/qc64 | Quantum Computing on the Commodore64 | # QC64 - Quantum Simulator for the Commodore 64
QC64 is an experimental quantum computing simulator for the Commodore 64, written in pure BASIC.

## Features
- Simulate operations of various quantum gates including Pauli-X, Pauli-Y, Pauli-Z, Hada... |
isene/IMDB | https://github.com/isene/IMDB | Narrow down your preferences from a 1000 movies and almost 500 series. Select a minimum IMDB rating, range of production years, genres you like and dislike to get your preferred list. Get detailed information on movies and series and where you can stream them. Even the movie poster in the terminal. |
 [](https://badge.fury.io/rb/imdb-terminal)  
# IMDB for the terminal
F... |
Flutterando/minicore | https://github.com/Flutterando/minicore | Flutter/Dart Architecture proposal inspired by Clean Architecture. | # MiniCore Arch
Flutter/Dart Architecture proposal inspired by Clean Architecture.

## Clean Dart Proposal
If you need something more robust, try Clean Dart!
- [pt-BR](1.0/README.md)
- [en-US](1.0/README_en.md)
# Start
Using Flutter as an example, we will then have three layers mainta... |
remotemcu/adin-llvm-pass | https://github.com/remotemcu/adin-llvm-pass | null | # ADIN LLVM Pass

## Introduction:
The **ADIN LLVM pass** is Transform LLVM pass for Runtime Hooking of Memory Operations is a crucial component within the [**ADIN LLVM fork**](https://github.com/remotemcu/adin-llvm). Designed to enhance the capabilities of the LLVM compiler infrastructure, this... |
Rick0514/orbcalib | https://github.com/Rick0514/orbcalib | 对 https://github.com/jiejie567/SlamForCalib 的工程化实现 | ## Non-Overlap Camera pair calibration based on ORBSLAM3
### Intro.
Implementation of [1], different from open source code base [2], this version keeps no modification to orbslam3[3]. Calibration part is contained in folder ```/calib```.
### Dependencies
Same as [3].
### Build
1. put orb vocabulary to ```/Vocabul... |
itepifanio/impacto-novo-regulamento-ufrn | https://github.com/itepifanio/impacto-novo-regulamento-ufrn | Esse repositório investiga qual o impacto do novo regulamento da UFRN sobre os alunos aplicando o novo cálculo sob antigas matrículas de alunos | # Impacto novo regulamento UFRN
Esse repositório investiga qual o impacto do novo regulamento da UFRN sobre os alunos aplicando o novo cálculo sob antigas matrículas de alunos
## Executando
Para executar esse código basta ter a linguagem python instalada no seu computador.
Em seu terminal crie um novo ambiente pyth... |
ghmagazine/llm-book | https://github.com/ghmagazine/llm-book | 「大規模言語モデル入門」(技術評論社, 2023)のGitHubリポジトリ | # 大規模言語モデル入門
<a href="https://www.amazon.co.jp/o/ASIN/4297136333/"><img src="misc/cover-small.png" width="200"></a>
「[大規模言語モデル入門](https://www.amazon.co.jp/o/ASIN/4297136333/)」(技術評論社, 2023)のリポジトリです。
## コード
コードはすべて Google Colaboratory で動作確認を行なっています。
コードの中で利用したデータセットや作成したモデルは[Hugging Face Hub](https://huggingface.co/l... |
alnitak/flutter_soloud | https://github.com/alnitak/flutter_soloud | Flutter audio plugin using SoLoud library and FFI | # Flutter low level audio plugin using SoLoud library
Flutter low level audio plugin using SoLoud library and FFI
[](https://pub.dev/packages/very_good_analysis)
|Linux|Windows|Android|MacOS|iOS|web|
|-|-|-|-|-|-|
|💙|💙|💙|... |
ChenDelong1999/polite_flamingo | https://github.com/ChenDelong1999/polite_flamingo | Visual Instruction Tuning with Polite Flamingo🦩 | <div align="center">
<img src="assets/main_logo.png" alt="Logo" width="100">
## Visual Instruction Tuning with Polite Flamingo
[Delong Chen (陈德龙)](https://chendelong.world/)
<img src="assets/xiaobing_logo.jpg" alt="Logo" width="10"><img src="assets/hkust_logo.png" alt="Logo" width="8"> ,
[Jianfeng Liu (刘剑锋)... |
kyegomez/LongNet | https://github.com/kyegomez/LongNet | Implementation of plug in and play Attention from "LongNet: Scaling Transformers to 1,000,000,000 Tokens" | # Agora
This implementation of LongNet is brought to you by Agora, we're an all-new open source AI research organization with 1,500+ AI researchers all striving to advance Humanity!

[Join us and help contribute to LongNet and or recieve FAST support in the Agora discord!](https... |
CocDap/Rust-Bootcamp-2023 | https://github.com/CocDap/Rust-Bootcamp-2023 | null | # Rust Bootcamp VBI exercises
## Installation
See https://rustup.rs
## Setup
```
git clone https://github.com/CocDap/Rust-Bootcamp-2023
cd Rust-Bootcamp-2023
```
## Welcome to VBI Rust Bootcamp by VBI Academy 🦀
This is a Rust course developed by the VBI Academy. The course covers the full of Rust, from basic s... |
kaangiray26/geddit-app | https://github.com/kaangiray26/geddit-app | Geddit is an open-source, Reddit client for Android without using their API | <div align="center">
<a href="https://github.com/kaangiray26/geddit-app">
<img src="https://raw.githubusercontent.com/kaangiray26/geddit-app/main/src/public/images/logo_compressed.png" alt="Geddit Logo" width="80" height="80">
</a>
<h1 align="center">Geddit</h1>
<a href="https://f-droid.org/pack... |
epcdiy/timemachineplus | https://github.com/epcdiy/timemachineplus | 苹果timemachine复刻,超越,可支持本地磁盘数据和局域网拉取备份其他电脑,支持多备份硬盘分布式存储,java开发,全平台支持 | # timemachineplus
苹果timemachine复刻,超越,可支持本地磁盘数据和局域网拉取备份其他电脑,支持多备份硬盘分布式存储,java开发,全平台支持
许可证:<br>
本源代码许可证基于 GPL v3.
具体见LICENSE文件[here](/LICENSE).
软件的介绍请参考我B站视频:<br>
https://www.bilibili.com/video/BV1Ls4y1c7Wd/
|
DadeKuma/bot-racer | https://github.com/DadeKuma/bot-racer | This project was created to assist participants and judges in Code4rena bot races | # Bot Racer
This project was created to support Code4rena Bot Races with useful stats and tools.
A live website is available [here](https://botracer.xyz/).

## Contributing
### Races
To add a new race, follow these steps:
1. Fork this project
... |
Sweelg/HIKVISION_iSecure_Center-RCE | https://github.com/Sweelg/HIKVISION_iSecure_Center-RCE | HIKVISION iSecure Center RCE 海康威视综合安防管理平台任意文件上传 POC&EXP(一键getshell) | ## HIKVISION iSecure Center RCE 海康威视综合安防管理平台任意文件上传 POC&EXP
HIKVISION iSecure Center综合安防管理平台是一套“集成化”、“智能化”的平台,通过接入视频监控、一卡通、停车场、报警检测等系统的设备,获取边缘节点数据,实现安防信息化集成与联动,以电子地图为载体,融合各系统能力实现丰富的智能应用。HIKVISION iSecure Center平台基于“统一软件技术架构”先进理念设计,采用业务组件化技术,满足平台在业务上的弹性扩展。该平台适用于全行业通用综合安防业务,对各系统资源进行了整合和集中管理,实现统一部署、统一配置、统一管理和统一调度。
**poc采... |
k8adev/feeder | https://github.com/k8adev/feeder | A simple utility for syncing RSS feeds to a local directory. | # Feeder
A simple utility for syncing RSS feeds to a local directory.
## Features
- [x] Sync RSS feeds to a local directory
- [x] Optional JSON output
- [x] Optional parser for manipulating feed data
## Getting Started
```bash
npm i @k8adev/feeder
```
## Usage
```bash
feeder --rss https://feeds.libsyn.com/104268... |
sede-open/Core2Relperm | https://github.com/sede-open/Core2Relperm | Core2Relperm project for inverse modelling of core flooding experiments | <a name="readme-top"></a>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
... |
huchenlei/stable-diffusion-ps-pea | https://github.com/huchenlei/stable-diffusion-ps-pea | Use Stable Diffusion in Photopea! | <a name="readme-top"></a>
<div align="center">
<img width="160" src="https://github.com/huchenlei/stable-diffusion-ps-pea/assets/20929282/b015ba09-3fee-42e6-b907-b957ec1a0e60">
<h1 align="center">Stable Diffusion Photopea</h1>
Stable Diffusion plugin for Photopea based on A1111 API.
[Changelog](./CHANGELOG.md) · [... |
shumintao/chatgpt-accesstoken | https://github.com/shumintao/chatgpt-accesstoken | 大批量稳定的获取ChatGPT-4登录的AccessToken,同时增加静态住宅IP代理池。保证批量启动GPT-4服务时,AccessToken增加缓存时间和过期时间校验。 | # ChatGPT-AccessToken
简介:主要用于批量动态生成 ChatGPT的Access Token,支持集群大批量生成过期时间校验。
### 项目产生的原因
由于潘多拉项目生产的Access Token 不稳定。会经常出现 `An error occurred: Error request login url.`。
### 功能
1. 指定邮箱只能在指定的代理IP申请。[已完成]
2. 每个代理IP申请生产access_token后休息5-10秒 [已完成]
3. 加载代理池 [已完成]
4. 添加调度策略 [支持随机算法,支持过期算法]
5. 每个IP申请完access_token后,10秒后才能申请。[已... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.