appleinsky's Stars
karpathy/llm.c
LLM training in simple, raw C/CUDA
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
ggerganov/ggml
Tensor library for machine learning
MorvanZhou/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
InternLM/lmdeploy
LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
xianshang33/llm-paper-daily
Daily updated LLM papers. 每日更新 LLM 相关的论文,欢迎订阅 👏 喜欢的话动动你的小手 🌟 一个
PKU-MARL/DexterousHands
This is a library that provides dual dexterous hand manipulation tasks through Isaac Gym
Kevincoooool/OpenMV_PCB
OpenMV4&OpenMV4 Plus&MT9V034 PCB Project &OpenMV Keil Project&Useful Script
NoneJou072/robopal
robopal: a multi-platform, modular robot simulation framework based on MuJoCo, mainly used for reinforcement learning and control algorithm implementation of robotic arms.
vseasky/riscv-k210
K210 PCB YOLO
Lucky-183/PI-Assistant
基于树莓派和GPT实现的多功能语音家庭助手 A multifunctional voice home assistant based on Raspberry Pi and GPT
buluslee/DT-AI
这是DT-AI的学习路线开源版本,欢迎大家享用!对新手友好
shaohua-pan/RobustCap
Code for our SIGGRAPH ASIA 2023 paper "Fusing Monocular Images and Sparse IMU Signals for Real-time Human Motion Capture".
qxiaofan/awsome-3dcv-resources
总结3D视觉所涉及到的边边角角知识点,包括VSLAM、点云后处理、相机标定、深度学习等。
JayHeng/NXP-MCUBootUtility
恩智浦全系列MCU安全启动一站式工具(研发模式),基于Python2.7.15+wxPython4.0.3
cbm80amiga/ST7735_3d_filled_vector
3D Filled Vector Graphics implementation for STM32
sn-lab/MouseGoggles
A dual-SPI display mouse VR headset, powered by Raspberry Pi and the Godot game engine
HPCL-EI/RoboWaiter
大模型具身智能比赛-机器人控制端
SphinxEVK/openMV_on_RT1064
An openMV demo runs on i.mxRT1064
Tlntin/qwen-ascend-llm
hide-in-code/fusion
3D点云融合原理讲解以及代码演示,旨在讲解3D2D融合显示的原理
iszhouhuabo/chatgpt-next-web-fastapi
ChatGPT-Next-Web For Python FastApi
DIDS-EI/LLM-OBTEA
Source codes for the paper "Integrating Intent Understanding and Optimal Behavior Planning for Behavior Tree Generation from Human Instructions" (IJCAI 2024)
shehuiwojiege/open-llms-next-web
open-llms-next-web,一个类似于chatgpt-next-web的开源大型语言模型web演示,支持离线开源大模型和PEFT模型
Y1ZzLu/openart_fw_18th
DIDS-EI/BTPG
Behavior Tree Planning Gym
uniartisan/TorchRWKV
RWKV6 in native pytorch and triton:)
hathach/nxp_driver
NXP MCU Driver
nxp-mcuxpresso/auto_label_dataset
Auto Label tool to label and create object detection (OD) data sets. Supports importing JPGE, JPG pictures or MP4 format videos, automatically marking objects within pictures or use mouse to draw a frame in pictures and label object types. The automatic annotation function is realized by Yolo V7 model, which is trained based on coco data set.
Aknifejackzhmolong/RWKV_PipelineParallel
This is an inference framework for the RWKV large language model implemented purely in native PyTorch. The official native implementation is overly complex and lacks extensibility. Let's join the flexible PyTorch ecosystem and open-source it together!