Starred repositories
Official Code for Paper: RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text
The official GitHub page for the survey paper "A Survey on Data Augmentation in Large Model Era"
This app is a chat application that uses an AI language model called GPT for generating responses. It's built with React, Node.js, Express, and MongoDB. Users can log in, send messages to GPT, and …
A streamlit application that lets you explore the effect of different audio augmentation techniques
A PyTorch implementation of OpenAI's REPTILE algorithm
Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
PyTorch implementations for "Generating Visual Explanations" (GVE) and "Long-term Recurrent Convolutional Networks" (LRCN)
"MesoNet: a Compact Facial Video Forgery Detection Network" (D. Afchar, V. Nozick) - IEEE WIFS 2018
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
A curated list of awesome Deepfakes materials
FOTS text detection branch reimplementation, hmean: 83.3%
PyTorch Re-Implementation of EAST: An Efficient and Accurate Scene Text Detector
A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
This is a pytorch implementation of CTPN(Detecting Text in Natural Image with Connectionist Text Proposal Network). You may want to finetune from: https://drive.google.com/open?id=1JHhI4sEIXfs5gDa1…
A collection of various deep learning architectures, models, and tips
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
A synthetic data generator for text recognition
A tensorflow implementation of EAST text detector
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras