chusri's Stars
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
VincentGarreau/particles.js
A lightweight JavaScript library for creating particles
mozilla/DeepSpeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
keon/awesome-nlp
:book: A curated list of resources dedicated to Natural Language Processing (NLP)
rougier/numpy-100
100 numpy exercises (with solutions)
keras-team/autokeras
AutoML library for deep learning
miguelgrinberg/flasky
Companion code to my O'Reilly book "Flask Web Development", second edition.
zihangdai/xlnet
XLNet: Generalized Autoregressive Pretraining for Language Understanding
santiq/bulletproof-nodejs
Implementation of a bulletproof node.js API 🛡️
priya-dwivedi/Deep-Learning
chihming/awesome-network-embedding
A curated list of network embedding techniques.
Adamdad/keras-YOLOv3-mobilenet
I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101
ChenChengKuan/awesome-text-generation
A curated list of recent models of text generation and application
electinth/election-live
Live Scoreboard for Thai General Election 2562 (2019)
dtinth/automatron
Personal LINE bot to automate various tasks. Home automation, expense tracking, transaction monitoring
devicehive/devicehive-video-analysis
foschmitz/yolo-python-rtsp
Object detection using deep learning with Yolo, OpenCV and Python via Real Time Streaming Protocol (RTSP)
leehaesung/YOLO-Powered_Robot_Vision
sertiscorp/thai-word-segmentation
Thai word segmentation with bi-directional RNN
microsoft/AKSDeploymentTutorial
Tutorial on how to deploy Deep Learning models on GPU enabled Kubernetes cluster
ewrfcas/QANet_keras
QANet in keras (with Cove)
codeforthailand/study-abroad
รวมทุนศึกษาต่างประเทศในสาขาคอมพิวเตอร์และสาขาอื่นๆ ที่เกี่ยวข้อง
stevezheng23/reading_comprehension_tf
Machine Reading Comprehension in Tensorflow
ekapolc/nlp_2019
NLP course at Chulalongkorn University 2019
mikephul/abakatsu_demo
pedrojpaez/techfest-workshop
jasonmayes/Tessel-Multibox-Pointer
Use your Tessel with Google Compute Engine GPU instance running Darknet YOLO via a Node.js server to perform multibox detection over websockets. We can then point a servo at the object of interest and speak out what we see via the speaker.
pourabkarchaudhuri/qanet-unsupervised-faq-chatbot
National Hackathon Winner for CodeGladiators 2019. An implementation of Gloves and the SQuAD dataset for QANet combined with scraping, NLP, NLU with Seq2Seq models, for a hybrid chatbot that is capable of handling queries and give responses from structured, semi-structured and unstructured data from various sources like JSON, CSV, URLs and policy documents.
ajoshi80/QANet
Final Project for Stanford CS 224n
tailerr/QANet-pytorch
pytorch implementation of QANet