Pinned Repositories
addFormula2docx
Add Any Formula to DOCX (LaTex/MathML)
AdvancedEAST-PyTorch
将原本Keras版本的AdvancedEAST改写成PyTorch版,将数据集由.npy文件改成一个LMDB文件,加入Precision,Recall, F1 score方便训练以及调试,底层网络仍然用VGG16。
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
AutoClick
鼠标连点器
automatic-watermark-detection
Project for Digital Image Processing
awesome-deep-text-detection-recognition
A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
Awesome-pytorch-list-CNVersion
Awesome-pytorch-list 翻译工作进行中......
BERT-for-Sequence-Labeling-and-Text-Classification
This is the template code to use BERT for sequence lableing and text classification, in order to facilitate BERT for more tasks. Currently, the template code has included conll-2003 named entity identification, Snips Slot Filling and Intent Prediction.
CASIA_HW_data_processing
CASIA-HWDB1-2、CASIA-OLHWDB1-2、ICDAR2013联机脱机数据处理
stq-hydra's Repositories
stq-hydra/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
stq-hydra/albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
stq-hydra/Awesome-pytorch-list-CNVersion
Awesome-pytorch-list 翻译工作进行中......
stq-hydra/bert4keras
light reimplement of bert for keras
stq-hydra/chatbot
一个可以自己进行训练的中文聊天机器人, 根据自己的语料训练出自己想要的聊天机器人,可以用于智能客服、在线问答、智能聊天等场景。目前包含seq2seq、seqGAN版本和tf2.0版本。
stq-hydra/CHINESE-OCR
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
stq-hydra/chinese_ocr
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
stq-hydra/Data-for-LaTeX_OCR
LaTeX OCR 的数据仓库
stq-hydra/Deep-Flow-Guided-Video-Inpainting
pytorch implementation for "Deep Flow-Guided Video Inpainting"(CVPR'19)
stq-hydra/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的同意
stq-hydra/facenet
Face recognition using Tensorflow
stq-hydra/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
stq-hydra/KBQA-BERT
基于知识图谱的QA系统,BERT模型
stq-hydra/LaTeX_OCR
:gem: 数学公式识别
stq-hydra/Latex_OCR_Pytorch
基于Pytorch实现的End-to-End图像Latex公式识别 inspire by LinXueyuanStdio/LaTeX_OCR_PRO
stq-hydra/my_caogao
11111
stq-hydra/nebula
A distributed, fast open-source graph database featuring horizontal scalability and high availability
stq-hydra/nlp_course
YSDA course in Natural Language Processing
stq-hydra/NongHangZhidao-Question-Answering
stq-hydra/ocr_chinese
图像文字检测模型(EAST/AdvancedEAST),及包含文字识别模型(CRNN+CTC),Keras/TensorFlow实现.
stq-hydra/simpletransformers
Transformers made simple with training, evaluation, and prediction possible with one line each. Currently supports Sequence Classification (binary, multiclass, multilabel, sentence pair), Token Classification (NER), Question Answering, Language Modeling, Regression, Conversational AI, and Multi-Modal tasks. Built on top of the Hugging Face Transformer library.
stq-hydra/SmoothNLP
专注于可解释的NLP技术 An NLP toolset Implemented in python & java
stq-hydra/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
stq-hydra/tensorflow2-zh
TensorFlow2.0 官方教程翻译,基本概念讲解、实战项目、TensorFlow2.0编程技巧。
stq-hydra/tensorflow2_tutorials_chinese
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
stq-hydra/textboxes.pytorch
An PyTorch reimplement of text detection paper TextBoxes:A Fast Text Detector with a Single Deep Neural Network
stq-hydra/TextBoxes_plusplus_Pytorch_for_mtwi
TextBoxes++的pytorch版本,在天池mtwi比赛上进行应用
stq-hydra/TFD-ICDAR2019
TDF-ICDAR 2019 Dataset for Typeset Math Formula Detection
stq-hydra/THUTag
A Package of Keyphrase Extraction and Social Tag Suggestion
stq-hydra/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.