3,365 skills found · Page 1 of 113
IDEA-Research / Grounded Segment AnythingGrounded SAM: Marrying Grounding DINO with Segment Anything & Stable Diffusion & Recognize Anything - Automatically Detect , Segment and Generate Anything
all-contributors / Allcontributors.org✨ The all-contributors bot website and documentation. Recognize all contributors, not just the ones who push code ✨
EFPrefix / EFQRCodeA better way to operate QRCode in Swift, support iOS, macOS, watchOS, tvOS, and/or visionOS.
cmusphinx / PocketsphinxA small speech recognizer
JoseExposito / ToucheggLinux multi-touch gesture recognizer
hasherezade / Pe SieveScans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).
breezedeus / Pix2TextAn Open-Source Python3 tool with SMALL models for recognizing layouts, tables, math formulas (LaTeX), and text in images, converting them into Markdown format. A free alternative to Mathpix, empowering seamless conversion of visual content into text-based representations. 80+ languages are supported.
nickliqian / Cnn Captchause cnn recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。
UX-Decoder / Semantic SAM[ECCV 2024] Official implementation of the paper "Semantic-SAM: Segment and Recognize Anything at Any Granularity"
lojjic / PIEA behavior for Internet Explorer allowing it to recognize and render various CSS3 box decoration properties
coneypo / Dlib Face Recognition From CameraDetect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别
dipanjanS / Practical Machine Learning With PythonMaster the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
hasherezade / Hollows HunterScans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
seetafaceengine / SeetaFace2SeetaFace 2: open source, full stack face recognization toolkit.
microsoft / Recognizers TextMicrosoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
aryaxt / IOS Slide MenuiOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
pqpo / SmartCamera📷SmartCamera 是一个 Android 相机拓展库,能够实时采集并且识别相机内物体边框是否吻合指定区域。SmartCamera is an Android camera extension library,provides a scanning module that can recognizes whether the object's border inside the camera matches the area in real time.
the-full-stack / Fsdl Text Recognizer ProjectLab materials for the Full Stack Deep Learning Course
didierbrun / DBPathRecognizerGesture recognizer tool [Swift / iOS]
18601949127 / DiDiCallCar这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.