Pinned Repositories
CatDCGAN
A DCGAN that generate Cat pictures 🐱💻
DeepLearningExamples
Deep Learning Examples
Fabric-defect-detection-based-on-improved-RefineDet
flask-jwt-extended
An open source Flask extension that provides JWT support (with batteries included)!
gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
gpt-3-experiments
Test prompts for OpenAI's GPT-3 API and the resulting AI-generated texts.
gpt-3-simple-tutorial
Generate SQL from Natural Language Sentences using OpenAI's GPT-3 Model
gpt3-chatbot
grover
Code for Defending Against Neural Fake News, https://rowanzellers.com/grover/
transfer_learning_games
Transfer Learning Between Different Games via Generative Models
Ashbajawed's Repositories
Ashbajawed/transfer_learning_games
Transfer Learning Between Different Games via Generative Models
Ashbajawed/CatDCGAN
A DCGAN that generate Cat pictures 🐱💻
Ashbajawed/DeepLearningExamples
Deep Learning Examples
Ashbajawed/Fabric-defect-detection-based-on-improved-RefineDet
Ashbajawed/flask-jwt-extended
An open source Flask extension that provides JWT support (with batteries included)!
Ashbajawed/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
Ashbajawed/gpt-3-experiments
Test prompts for OpenAI's GPT-3 API and the resulting AI-generated texts.
Ashbajawed/gpt-3-simple-tutorial
Generate SQL from Natural Language Sentences using OpenAI's GPT-3 Model
Ashbajawed/gpt3-chatbot
Ashbajawed/grover
Code for Defending Against Neural Fake News, https://rowanzellers.com/grover/
Ashbajawed/Markov-Chain-Text-Generator
Script that generates random text based on a source text using a Markov chain.
Ashbajawed/NeMo
NeMo: a toolkit for conversational AI
Ashbajawed/NLP-with-Python
Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more
Ashbajawed/NLP702-2024
Ashbajawed/OCR
This OCR uses the pre-trained EAST model and pytesseract
Ashbajawed/sbb_ned
Named Entity Linking and Disambiguation
Ashbajawed/SemEval2024-task8
SemEval2024-task8: Multidomain, Multimodel and Multilingual Machine-Generated Text Detection
Ashbajawed/Sentiment-analysis-amazon-Products-Reviews
NLP with NLTK for Sentiment analysis amazon Products Reviews
Ashbajawed/stomp.py
“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
Ashbajawed/Surface-Defect-Detection
🐎📈 Constantly summarizing open source dataset and important critical papers in the field of surface defect research are very important. 🐋
Ashbajawed/textaugment
TextAugment: Text Augmentation Library
Ashbajawed/tr
Free Offline OCR 离线的中文文本检测+识别SDK
Ashbajawed/Voice-synthesis
This repository is an implementation of Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis (SV2TTS) with a vocoder that works in real-time. SV2TTS is a three-stage deep learning framework that allows to create a numerical representation of a voice from a few seconds of audio, and to use it to condition a text-to-speech model trained to generalize to new voices.
Ashbajawed/waveglow
A Flow-based Generative Network for Speech Synthesis
Ashbajawed/word-prediction
Auto generate text using Markov models.