Skip to content

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

License

Notifications You must be signed in to change notification settings

ainize-team/tabtab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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