cppxaxa
I am delighted to take problems that require learning performance-oriented technology.
MicrosoftIndia
Pinned Repositories
compiled_opencv_3.4_and_contrib_vc12_debug_OPENCL
Compiled OpenCV 3.4 DEBUG Binaries with Contrib in Visual Studio 2013 vc12
compiled_opencv_3.4_and_contrib_vc12_OPENCL
Compiled OpenCV 3.4 Binaries with Contrib in Visual Studio 2013 vc12
compiled_opencv_3.4_and_contrib_vc15_OPENMP
Compiled OpenCV 3.4 Binaries with Contrib in Visual Studio 2017 vc15 with OPENMP
FaceRecognitionPipeline_GeeksForGeeks
The project codes designed to process a video to extract face embedding categorized in clusters
ican-machine-identity
A service to ping machine to a HTTP endpoint and allow retrieving file pointed by KUBE_CONFIG
llmc
An LLM based compiler to generate and execute code from plain prompt acting as source code.
ocr-on-windows-screen
A C# project for text detection and OCR using OpenCV's EAST model and Tesseract.
openmp_heat_equation
Easy Parallelization of Heat Equation
service-installer-multios
A multi-os service installer kit
SLEEK_LAYOUT_WEBPAGE
Step by step tutorial for making a clean beautiful webpage by using purecss, jquery and font-awesome
cppxaxa's Repositories
cppxaxa/AirSim
Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research
cppxaxa/Augmentor
Image augmentation library in Python for machine learning.
cppxaxa/awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
cppxaxa/BBox-Label-Tool
A simple tool for labeling object bounding boxes in images
cppxaxa/chainer-object-detection
Object detection sample using Chainer
cppxaxa/Chrome_WebSpeechAPI_Easy_Example
Simple html file
cppxaxa/Convolutional-Neural-Stock-Market-Technical-Analyser
Uses Deep Convolutional Neural Networks (CNNs) to model the stock market using technical analysis. Predicts the future trend of stock selections.
cppxaxa/darknet
Windows and Linux version of Darknet Yolo v2 Neural Networks for object detection
cppxaxa/Darknet_C_VS2013_Latest_Windows
cppxaxa/dilation-tensorflow
A native Tensorflow implementation of semantic segmentation according to Multi-Scale Context Aggregation by Dilated Convolutions (2016). Optionally uses the pretrained weights by the authors.
cppxaxa/Eliza_Chatbox_with_WebSpeechAPI
Integrated Eliza JS and Chrome WebSpeechAPI in one HTML File
cppxaxa/ELIZA_JS
http://www.masswerk.at/elizabot/ based Eliza in very minimal HTML interface
cppxaxa/Fido
A lightweight C++ machine learning library for embedded electronics and robotics.
cppxaxa/getmdl_offline_template_blog
MDL based blog design
cppxaxa/getmdl_offline_template_dashboard
MDL based dashboard template
cppxaxa/hand_mouse_control
cppxaxa/learnopencv
Learn OpenCV : C++ and Python Examples
cppxaxa/modern-cpp-features
A cheatsheet of modern C++ language and library features.
cppxaxa/mongoose
Mongoose Embedded Web Server Library - Mongoose is more than an embedded webserver. It is a multi-protocol embedded networking library with functions including TCP, HTTP client and server, WebSocket client and server, MQTT client and broker and much more.
cppxaxa/Phonegap_repo
Testing
cppxaxa/Phonegap_repo_2
Testing
cppxaxa/playground
Play with neural networks!
cppxaxa/pythonNNexample
Annotations for the Sirajology Python NN Example. This code comes from a demo NN program from the YouTube video https://youtu.be/h3l4qz76JhQ. The program creates an neural network that simulates the exclusive OR function with two inputs and one output.
cppxaxa/SegNet-tensorflow
cppxaxa/skiplist
A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!
cppxaxa/TinyCoreLinux_Workspace
cppxaxa/tutorials
机器学习相关教程
cppxaxa/VoTT
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
cppxaxa/Yolo_mark
GUI for marking bounded boxes of objects in images for training Yolo v2
cppxaxa/YOLO_Object_Detection
This is the code for "YOLO Object Detection" by Siraj Raval on Youtube