Skip to content

Latest commit

 

History

History

galois

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Details

Galois is an auto code completer for code editors (or any text editor) based on OpenAI GPT-2.

Docker Compose file for the Galois Web Interface. This compose file consist of four Docker images:

  • Here Galois used as autocompleter. It works on nvidia runtime by default and returns code completion predictions for the code given. If you want to run Galois on CPU, please follow the link here.
  • The Web image serves an Vue based online code editor for Galois.
  • Nginx Proxy is a popular Nginx reverse proxy image by jwilder.
  • Nginx letsencrypt is a lightweight companion container image for nginx-proxy.

Check the Galois for more details.