All Projects → ainize-team → tabtab

ainize-team / tabtab

Licence: MIT license
TabTab, a smart machine that completes your thoughts (Project dGPT-2).

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to tabtab

download-tweets-ai-text-gen-plus
Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation
Stars: ✭ 26 (+73.33%)
Mutual labels:  gpt-2
pistoBot
Create an AI that chats like you
Stars: ✭ 121 (+706.67%)
Mutual labels:  gpt-2
Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
Stars: ✭ 2,828 (+18753.33%)
Mutual labels:  gpt-2
ke-dialogue
KE-Dialogue: Injecting knowledge graph into a fully end-to-end dialogue system.
Stars: ✭ 39 (+160%)
Mutual labels:  gpt-2
Texar
Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the CASL project: http://casl-project.ai/
Stars: ✭ 2,236 (+14806.67%)
Mutual labels:  gpt-2
deepstory
Deepstory turns a text/generated text into a video where the character is animated to speak your story using his/her voice.
Stars: ✭ 61 (+306.67%)
Mutual labels:  gpt-2
DocProduct
Medical Q&A with Deep Language Models
Stars: ✭ 527 (+3413.33%)
Mutual labels:  gpt-2
yourAI
GPT-2 Discord Bot and Steps to Train Something Like You
Stars: ✭ 71 (+373.33%)
Mutual labels:  gpt-2
GPT2-Telegram-Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 67 (+346.67%)
Mutual labels:  gpt-2
minGPT-TF
A minimal TF2 re-implementation of the OpenAI GPT training
Stars: ✭ 36 (+140%)
Mutual labels:  gpt-2
Gpt2 Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
Stars: ✭ 4,592 (+30513.33%)
Mutual labels:  gpt-2
Kashgari
Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
Stars: ✭ 2,235 (+14800%)
Mutual labels:  gpt-2
tabnine-atom
Atom client for Tabnine - Code Faster with the All-Language AI Assistant for Code Completion, autocomplete JavaScript, Python, TypeScript, PHP, Go, Java, node.js, Ruby, C/C++, HTML/CSS, C#, Rust, SQL, Bash, Kotlin, React, Swift, Scala, Sass, Perl, Objective C, Node JS, Matlab, Haskell, Dart, Angular. https://atom.io/packages/tabnine
Stars: ✭ 33 (+120%)
Mutual labels:  gpt-2
Gradient-Samples
Samples for TensorFlow binding for .NET by Lost Tech
Stars: ✭ 53 (+253.33%)
Mutual labels:  gpt-2
gdc
Code for the ICLR 2021 paper "A Distributional Approach to Controlled Text Generation"
Stars: ✭ 94 (+526.67%)
Mutual labels:  gpt-2
tabnine-vim
Vim client for TabNine. https://vimawesome.com/plugin/tabnine-vim
Stars: ✭ 652 (+4246.67%)
Mutual labels:  gpt-2
auto coding
A basic and simple tool for code auto completion
Stars: ✭ 42 (+180%)
Mutual labels:  gpt-2
tabnine-visual-studio
Visual Studio client for TabNine.
Stars: ✭ 96 (+540%)
Mutual labels:  gpt-2
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+746.67%)
Mutual labels:  gpt-2
Advanced Models
여러가지 유명한 신경망 모델들을 제공합니다. (DCGAN, VAE, Resnet 등등)
Stars: ✭ 48 (+220%)
Mutual labels:  gpt-2

TabTab (Project dGPT-2)

Run on Ainize

TabTab is an open source AI project. It's a smart machine that completes your thoughts.
By just entering the Tab key, it'll autocomplete your next sentences considering the context!
It's powered by GPT-2 models.

image

How to develop TabTab on Ainize (with GPT-2 APIs)




Web Demo


Click the Demo tab or Enpoint link like this:

image

How to run


Docker build

docker build -t $(YOUR_DOCKER_HUB_ID)/tabtab .

Docker run

docker run -p 80:80 -d $(YOUR_DORCKER_HUB_ID)/tabtab

Now the server is available at http://localhost.

List of related GPT-2 models


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].