Found 67,300 repositories(showing 30)
AutoMQ
AutoMQ is a diskless Kafka® on S3. 10x Cost-Effective. No Cross-AZ Traffic Cost. Autoscale in seconds. Single-digit ms latency. Multi-AZ Availability.
dusty-nv
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
NVIDIA
Deep Learning GPU Training System
paypal
JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
18601949127
这是我自己做的一个类似滴滴打车的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.
kdexd
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.
htr-tech
All in 1 Bangladeshi Facebook Cloner [ 7/8/9/10/11 DIGIT ]
Jakobovski
A free audio dataset of spoken digits. An audio version of MNIST.
SpenceKonde
Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
xenione
A Flip Digit Libray
okdalto
This project is real-time visualization of a network recognizing digits from user's input.
larsjanssen6
This Laravel 8 package makes it possible for you to set your website in "Under Construction" mode. Only users with the correct 4 (or more) digit code can access your site. :fire: :boom: :fire:
Erkaman
Digit recognition with Convolutional Neural Networks in WebGL
juv
A Windows Utility that automates NVIDIAs Digitial Vibrance Control and AMDs Saturation for Games, e.g. Counter-Strike: Global Offensive
htr-tech
All in 1 Pakisthani Facebook Cloner [ 7/8/9/10/11 DIGIT ]
kingreza
Inspired by HBO's Silicon Valley: SeeFood is an iOS app that uses CoreML to detect various dishes
mikroskeem
Imagine your SSH server only listens on an IPv6 address, and where the last 6 digits are changing every 30 seconds as a TOTP code...
Number178
kikoeru backend support RJ/BJ/VJ/Custom 6 or 8 digits code
htr-tech
All in 1 Afganisthani Facebook Cloner [ 7/8/9/10/11 DIGIT ]
The best React Native example for phone verification (an alternative to Twitter Digits).
Wall-ee
最好的汉字数字(中文数字)-阿拉伯数字转换工具。包含"点二八","负百分之四十"等众多汉语表达方法。NLP,机器人工程必备! The Best Tool of Chinese Number to Digits
anadim
Smallest transformer that can add two 10-digit numbers
Rednegniw
Beautiful number animations for React Native. Digit-by-digit rolling counter, currency ticker, time display, and odometer with View-based and Skia renderers. Full Intl.NumberFormat support.
hereismari
Handwritten digits classification from MNIST with TensorFlow on Android; Featuring Tutorial!
Verilog Generator of Neural Net Digit Detector for FPGA
penny4860
Implemented digit detector in natural scene using resnet50 and Yolo-v2. I used SVHN as the training set, and implemented it using tensorflow and keras.
1nfinityLoop
I made a real time Sudoku solver using the camera, it looks for the edges of the Sudoku in the frame, extracts it, solves it and overlays the solution on the puzzle itself. For the digit recognition, I used a CNN, trained using Keras with printed characters from the different ubuntu fonts. For the image processing part, I used OpenCV for the edge detection.
MNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.
jeremykenedy
Laravel 2-Step verification is a package to add 2-Step user authentication to any Laravel project easily. It is configurable and customizable. It uses notifications to send the user an email with a 4-digit verification code. Laravel 2-Step Authentication Verification for Laravel. Can be used in out the box with Laravel's authentication scaffolding or integrated into other projects.
LinguoLi
A tutorial for MNIST handwritten digit classification using sklearn, PyTorch and Keras.