zhuxb

zhuxb

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

zhuxb's starred repositories

transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

Language:PythonLicense:Apache-2.0Stargazers:134899Issues:1124Issues:16125

gpt-engineer

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app

Language:PythonLicense:MITStargazers:52369Issues:511Issues:482

LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders

Language:C++License:GPL-2.0Stargazers:7506Issues:261Issues:547

GPT2-Chinese

Chinese version of GPT2 training code, using BERT tokenizer.

Language:PythonLicense:MITStargazers:7464Issues:161Issues:251

YOLO_v3_tutorial_from_scratch

Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"

transformers_tasks

⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SFT etc.

Language:Jupyter NotebookStargazers:2153Issues:18Issues:89

YOLOP

You Only Look Once for Panopitic Driving Perception.(MIR2022)

Language:PythonLicense:MITStargazers:1932Issues:31Issues:200

ChatIE

The online version is temporarily unavailable because we cannot afford the key. You can clone and run it locally. Note: we set defaul openai key. If keys exceed plan and are invalid, please tell us. The response speed depends on openai. ( sometimes, the official is too crowded and slow)

Language:PythonLicense:NOASSERTIONStargazers:790Issues:8Issues:22

BertWithPretrained

An implementation of the BERT model and its related downstream tasks based on the PyTorch framework

numpy_neural_network

仅使用numpy从头开始实现神经网络,包括反向传播公式推导过程; numpy构建全连接层、卷积层、池化层、Flatten层;以及图像分类案例及精调网络案例等,持续更新中... ...

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:531Issues:19Issues:7

HugNLP

HugNLP is a unified and comprehensive NLP library based on HuggingFace Transformer. Please hugging for NLP now!😊 HugNLP will released to @HugAILab

Language:PythonStargazers:249Issues:8Issues:0

SelfDrivingCar

A collection of all projects pertaining to different layers in the SDC software stack

Language:Jupyter NotebookStargazers:228Issues:12Issues:3

TransformerTranslation

A Transformer Framework Based Translation Task

bert-intent-slot-detector

BERT-based intent and slots detector for chatbots.

pytorch_bert

Tutorial for how to build BERT from scratch

AdvancedLaneLines

Lane identification system for camera based systems.

Language:Jupyter NotebookStargazers:71Issues:5Issues:1

transformer

A codebase implementing a simple GPT-like model from scratch based on the Attention is All You Need paper.

Language:PythonLicense:MITStargazers:69Issues:3Issues:1
License:MITStargazers:45Issues:2Issues:0

nn_cpp

A minimalistic header only C++11 Neural Network library based on Eigen::Tensor

Language:C++License:MITStargazers:20Issues:1Issues:1

C-ATTL3

A C++ deep learning library for the construction and optimization of neural networks ranging from simple feedforward architectures to state-of-the-art convolutional ResNets and LSTMs.

Language:C++License:MITStargazers:18Issues:5Issues:2

EigenFlow

C++ API to create Neural Nets using Eigen library

Language:C++License:MITStargazers:11Issues:2Issues:1

Real-Time-Lane-Detection

Real-Time Lane Detection using OpenCV

Language:PythonLicense:MITStargazers:10Issues:1Issues:1

Android-Driving-Assistant

Android app for lane detection and speed recognition

Language:JavaStargazers:8Issues:0Issues:0
Language:PythonStargazers:6Issues:1Issues:0

lstm-from-scratch

LSTM Network from Scratch in C++

Language:C++License:MITStargazers:5Issues:2Issues:0

DriveSafe_App

Driver drowsiness is the most critical cause of road accidents so detection of drowsiness play a vital role in preventing road accidents. We are developing an android app that will alert drivers before an accident occurs. This will reduce the number of road accidents on a road. Drowsiness is a natural phenomenon that happens in human body due to different factors. Machine learning was applied to predict drowsiness and improve drowsiness prediction using facial recognition technology and eye-blink recognition technology. In this app, front camera will take a picture of drowsy driver then this picture will be taken as input. In processing the detected image, we are using OpenCV Library. OpenCV Library uses Haar Cascade Classifier for detection images such as eyes and face. Eyes and face will be the target in this system. This application will be implemented on Android Operating System. Drowsiness detection system will send alert to the driver when the driver feels asleep while driving a car, this can avoid accidents. Driver which is the user in this application, if they close their eyes within one second, the sensor which is the front camera in the smartphone will catch and process this event and then trigger the system to give voice alert to the user. Moreover, if the driver is willing to turn on back camera then it will detect the lane detection violation and will calculate the distance from the vehicle ahead of it. If the distance is too close, then it will generate an alarm. It will also generate an alarm if there is a violation of the lane on the road.

Language:JavaStargazers:5Issues:1Issues:0

lane-detector

Lane detection using Kotlin and OpenCV with Java bindings

Language:KotlinLicense:MITStargazers:3Issues:2Issues:0

pytorch_bert

Tutorial for how to build BERT from scratch

Language:PythonStargazers:1Issues:0Issues:0

tiny_ml

numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法

Language:PythonStargazers:1Issues:1Issues:0