基于YOLOV8的人脸检测模型,从huggingface上面下载,通过gradio进行部署,实现输入图片的URL或者上传图片,模型检测出所有的人脸,并返回位置信息
☆21Jul 19, 2024Updated 2 years ago
Alternatives and similar repositories for HumanFaceDetection
Users that are interested in HumanFaceDetection are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- This project implements a face emotion detection system using YOLOv11, trained on a custom dataset to classify emotions into five distinc…☆30Oct 26, 2024Updated last year
- 华中科技大学计算机组成原理课程设计☆36Dec 28, 2022Updated 3 years ago
- 基于Yolo的人脸情绪识别☆85Jul 20, 2026Updated 2 months ago
- 一个安全、高效的隐形文档水印解决方案,可为各类文档添加完全不可见的数字水印,同时支持水印提取和验证。基于Go语言开发,支持web和cli两种方式使用,水印采用隐写技术,确保水印完全隐形且不影响原始文档的阅读体验和视觉效果。☆42Jul 6, 2025Updated last year
- 最基本最小白的自然语言处理入门读物,基于deepseek-r1,涵盖了传统NLP和现代大模型☆30Jan 16, 2026Updated 8 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 本仓库是自己学习操作系统真象还原的代码仓库,是基于作者代码的修改与注释☆74Sep 26, 2023Updated 3 years ago
- 《操作系统真象还原》自写源码实现 并于CSDN上面详细记录操作系统的整个实现流程 包括Debug步骤与书籍中错误勘误 Bochs2.6.8 Gcc4.4 本书除最后三个小功能其余全部实现 6k行左右的代码 希望能帮到各位 ^^☆77Apr 24, 2022Updated 4 years ago
- top-like script for rockhip NPUs on linux☆70Nov 6, 2025Updated 10 months ago
- This repository is for our survey paper: "A Comprehensive Survey on Multimodal RAG: All Combinations of Modalities as Input and Output"☆53Nov 21, 2025Updated 10 months ago
- Decoder Only Transformer Policy for Behavioral Cloning☆128Feb 10, 2025Updated last year
- C++ library for converting text to phonemes for Piper☆143Jul 10, 2025Updated last year
- 《动手学机器学习》习题解答☆97Jan 15, 2026Updated 8 months ago
- 我的学习空间: 笔记, 备忘, 刷题, 代码☆100Updated this week
- 【代码随想录知识星球】AI应用服务 + 自研HTTP服务框架🔥☆189Nov 12, 2025Updated 10 months ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Streaming TTS based on Piper with optional RK3588 NPU support☆136Feb 28, 2026Updated 6 months ago
- Utilizes ONNX Runtime for audio denoising.☆138Aug 15, 2026Updated last month
- This is the official implementation of ICCV 2025 "Flash-VStream: Efficient Real-Time Understanding for Long Video Streams"☆288Oct 15, 2025Updated 11 months ago
- 我的所有优质博客全部开源啦(我自己原创的《ACM模板》《算法全家桶》《算法竞赛中的初等数论》 PDF免费下载☆363Feb 9, 2022Updated 4 years ago
- JavaWeb漏洞审计工具,构建方法调用链并模拟栈帧进行分析☆333Jun 3, 2023Updated 3 years ago
- 基于 RF-DETR 的浏览器端实时目标检测应用☆204Feb 18, 2026Updated 7 months ago
- 【代码随想录知识星球】项目分享-手写操作系统内核🔥☆299Nov 13, 2025Updated 10 months ago
- IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统☆131Sep 30, 2019Updated 6 years ago
- [CVPR 2025] 🎉 Official repository of "ManipTrans: Efficient Dexterous Bimanual Manipulation Transfer via Residual Learning"☆341Oct 10, 2025Updated 11 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- CodeQL extractor for java, which don't need to compile java source☆344Nov 25, 2022Updated 3 years ago
- 《操作系统真象还原》一书实现的系统代码☆294May 8, 2024Updated 2 years ago
- 人工智能算法方面的综合资料合集:包括求职面试、机器学习、深度学习、强化学习等方面的资料和代码☆324Feb 24, 2021Updated 5 years ago
- Code for "Unleashing Large-Scale Video Generative Pre-training for Visual Robot Manipulation"☆309Apr 22, 2024Updated 2 years ago
- 《深入理解SAST静态应用安全测试》Static Application Security Testing.☆403Sep 28, 2025Updated 11 months ago
- A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.☆357Sep 20, 2022Updated 4 years ago
- 将 OI-Wiki 导出为印刷质量的 pdf 的工具☆348Sep 20, 2026Updated last week
- 中国科学技术大学 计算机 考研复试详解☆497Mar 18, 2024Updated 2 years ago
- wow-fullstack,令人惊叹的全栈开发教程☆296Jun 8, 2026Updated 3 months ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- [ICML'26] Scaling Long-Horizon LLM Agent via Context-Folding☆191May 18, 2026Updated 4 months ago
- An implementation of CRNN (CNN+LSTM+warpCTC) on MxNet for chinese text recognition☆220Feb 11, 2023Updated 3 years ago
- 一个利用ASM对字节码进行污点传播分析的静态代码审计应用(添加了大量代码注释,适合大家进行源码学习)。也加入了挖掘Fastjson反序列化gadget chains和SQLInject(JdbcTemplate、MyBatis、JPA、Hibernate、原生jdbc等)静…☆455Mar 24, 2022Updated 4 years ago
- Implementing OCR with a local visual model run by ollama.☆301Nov 27, 2024Updated last year
- Run generative AI models in sophgo BM1684X/BM1688☆311Updated this week
- 《操作系统真象还原》源码及学习笔记(os-elephant)还原真相☆489Jul 6, 2018Updated 8 years ago
- yolo master 本课程主要对yolo系列模型进行介绍,包括各版本模型的结构,进行的改进等,旨在帮助学习者们可以了解和掌握主要yolo模型的发展脉络,以期在各自的应用领域可以进一步创新并在自己的任务上达到较好的效果。☆400Jul 4, 2025Updated last year