Pinned Repositories
deep_eye
DeepEye is a surveillance application leveraging the current sate of art deep learning and computer vision techniques. Current back-end framework uses Google Object Detection Api for object detection and tracking. It is open-source and feel free to modify for your own usage.
flappybird-neat-js
Clone of flappy bird game in javascript, developed an AI to play this game and added some interesting difficulty. The baseline algorithm is neuro-evolution which evolves a set of feed foward after a number of generations.
motion_camera
This package uses your idle web-cam as a video recording device. Video recording is triggered based on motion and is data/time stamped. The intention is to develop a smart camera software that can be monitored remotely.
neural_cam_dnn
neural_cam module turn your usb camera into a smart camera that can detect objects it trained on. At the core is the state of the art deep learning (CNN) based on Darknet framework developed by Joseph Redmon.
neural_cam_ros
This package is essentially a ros-wrapper of neural_cam. More features would be added in the future, geared towards mobile robot platform. Eventual goal of this package is to solve the problem of given an image, where is the obstacle with respect to the robot in a 3D space.
object_tracker_ros
Based on ROS and cpp. This object tracker serves an extension to neural-cam-ros package. The tracker is implemented based on extended kalman filter and hungarian algorithm.
tensorchat_fb
A simple context-aware facebook messenger chatbot built using tensorflow. Training of the model is done offline and deployed as a Flask app on Heroku.
hans-ob1's Repositories
hans-ob1/deep_eye
DeepEye is a surveillance application leveraging the current sate of art deep learning and computer vision techniques. Current back-end framework uses Google Object Detection Api for object detection and tracking. It is open-source and feel free to modify for your own usage.
hans-ob1/neural_cam_ros
This package is essentially a ros-wrapper of neural_cam. More features would be added in the future, geared towards mobile robot platform. Eventual goal of this package is to solve the problem of given an image, where is the obstacle with respect to the robot in a 3D space.
hans-ob1/neural_cam_dnn
neural_cam module turn your usb camera into a smart camera that can detect objects it trained on. At the core is the state of the art deep learning (CNN) based on Darknet framework developed by Joseph Redmon.
hans-ob1/object_tracker_ros
Based on ROS and cpp. This object tracker serves an extension to neural-cam-ros package. The tracker is implemented based on extended kalman filter and hungarian algorithm.
hans-ob1/flappybird-neat-js
Clone of flappy bird game in javascript, developed an AI to play this game and added some interesting difficulty. The baseline algorithm is neuro-evolution which evolves a set of feed foward after a number of generations.
hans-ob1/tensorchat_fb
A simple context-aware facebook messenger chatbot built using tensorflow. Training of the model is done offline and deployed as a Flask app on Heroku.
hans-ob1/motion_camera
This package uses your idle web-cam as a video recording device. Video recording is triggered based on motion and is data/time stamped. The intention is to develop a smart camera software that can be monitored remotely.
hans-ob1/brother
Brother printers
hans-ob1/audio_snipper
Simple audio snipper built using eel and python
hans-ob1/DeepNude-an-Image-to-Image-technology
DeepNude's pix2pixHD algorithms(proposed by NVIDIA) and general-purpose Image-to-Image theory and practice research. DeepNude的pix2pixHD算法(英伟达提出)以及通用的Image-to-Image理论与实践研究。
hans-ob1/demo_flask_form
Demo on flask forms
hans-ob1/demo_flask_login
simple login demonstration built in flask framework.
hans-ob1/dockerizing-django
hans-ob1/efficientnet_trial
hans-ob1/faceit_live
Swap your face in realtime to someone's else.
hans-ob1/flask-aws-cdk-github-actions-demo
Demo repo
hans-ob1/mjChoppa
Midjourney V5 Image Separator
hans-ob1/MobileNet-SSD
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
hans-ob1/motion_detector_bayes
A motion detector built based on naive bayes concept with opencv and python
hans-ob1/movidius_vision_ncs
Deep learning inference with movidius vision processor
hans-ob1/Plotly-plots
IPython notebooks for Plotly plots
hans-ob1/reactjs-signup-form
This is a registering form done using reactjs and send over to backend python framework
hans-ob1/resume_reader
hans-ob1/roop
one-click deepfake (face swap)
hans-ob1/simple-signup
Code samples used in the blog post "How to Create User Sign Up View"
hans-ob1/ssd_keras
A Keras implementation of SSD