AndyFHAF's Stars
Chalarangelo/30-seconds-of-code
Short code snippets for all your development needs
openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
openai/openai-cookbook
Examples and guides for using the OpenAI API
getsentry/sentry
Developer-first error tracking and performance monitoring
fengdu78/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
mlc-ai/mlc-llm
Universal LLM Deployment Engine with ML Compilation
kenjihiranabe/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
trekhleb/learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
Lightning-AI/litgpt
20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
easychen/lean-side-bussiness
精益副业:程序员如何优雅地做副业
rossant/awesome-math
A curated list of awesome mathematics resources
thomaspark/flexboxfroggy
A game for learning CSS flexbox 🐸
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
TommyZihao/Train_Custom_Dataset
标注自己的数据集,训练、评估、测试、部署自己的人工智能算法
Tencent/tdesign
Enterprise Design System
hyunwoongko/transformer
Transformer: PyTorch Implementation of "Attention Is All You Need"
feiyu563/PrometheusAlert
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
jooooock/wechat-article-exporter
在线批量导出微信公众号文章,支持内嵌的音视频导出,无需搭建任何环境,可100%还原文章样式,支持私有部署
SamLynnEvans/Transformer
Transformer seq2seq model, program that can build a language translator from parallel corpus
gyuho/learn
learn
glouppe/info8010-deep-learning
Lectures for INFO8010 Deep Learning, ULiège
cnfeat/list-of-good-things
list-of-good-things 好物清单
open-mmlab/PowerPaint
[ECCV 2024] PowerPaint, a versatile image inpainting model that supports text-guided object inpainting, object removal, image outpainting and shape-guided object inpainting with only a single model. 一个高质量多功能的图像修补模型,可以同时支持插入物体、移除物体、图像扩展、形状可控的物体生成,只需要一个模型
VipaiLab/Signals-and-Systems-course
浙江大学信电学院2022信号与系统课程资料
aisecstudent/nn_visualization
神经网络可视化
LearnCodeWithDurgesh/Backend-Course-Blogging-Application
Creating Full REST APIS for Blogging application using spring boot
mundane799699/gefei_mp_export
Anri-Lombard/micrograd
Building Andrej Kapathy's micrograd from scratch