{"id":18687776,"url":"https://github.com/jorgechato/sauce","last_synced_at":"2026-05-09T19:31:23.583Z","repository":{"id":84530375,"uuid":"115756640","full_name":"jorgechato/sauce","owner":"jorgechato","description":"Super smart, super custom autocomplete code. AI to build code with you. You can implement it in a plugin for example:","archived":false,"fork":false,"pushed_at":"2018-04-18T08:22:19.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T01:12:56.563Z","etag":null,"topics":["keras","public","python","tensorflow"],"latest_commit_sha":null,"homepage":"https://github.com/jorgechato/vim-sauce","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jorgechato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-29T21:56:36.000Z","updated_at":"2019-08-05T15:55:32.000Z","dependencies_parsed_at":"2024-04-18T21:51:18.806Z","dependency_job_id":null,"html_url":"https://github.com/jorgechato/sauce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fsauce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fsauce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fsauce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fsauce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgechato","download_url":"https://codeload.github.com/jorgechato/sauce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239546050,"owners_count":19656898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["keras","public","python","tensorflow"],"created_at":"2024-11-07T10:34:10.552Z","updated_at":"2026-05-09T19:31:18.549Z","avatar_url":"https://github.com/jorgechato.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sauce\n\nA recurrent neural network \u0026 LSTM AI to autocomplete code.\n\n### Install\n#### Local\n```zsh\n$ pip install -r requirements.txt\n```\n#### Docker\n```zsh\n$ docker build -t sauce .\n\n$ docker run -d \\\n-v ${PWD}/data:/code/data \\\n-v ${PWD}/out:/code/out \\\n-v ${PWD}/weights:/code/weights \\\n--name sauce-train sauce\n```\n### Get data\nConcatenate all files you have written splitted by language in a single file. You\ncan use the following command:\n```zsh\n$ cat \u003cprojects-folder\u003e/**/*.py \u003e ./data/python.txt\n```\n### Train\n```zsh\n$ python train.py --data \u003cfile\u003e\n# or to show the full options\n$ python train.py -h\n```\n### Folder structure\n```zsh\n.\n├── Dockerfile\n├── README.md\n├── requirements.txt\n├── sauce\n│   ├── data.py\n│   ├── __init__.py\n│   ├── LSTM\n│   │   ├── bidirectional.py\n│   │   ├── __init__.py\n│   │   └── text_generation.py\n│   └── utils.py\n├── train.py\n├── predict.py\n├── api.py\n├── data\n├── out\n└── weights\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Fsauce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgechato%2Fsauce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Fsauce/lists"}