{"id":33150966,"url":"https://github.com/ZeRoGerc/rnn-autocomplete","last_synced_at":"2025-11-16T00:01:30.522Z","repository":{"id":68268955,"uuid":"114543027","full_name":"zerogerc/rnn-autocomplete","owner":"zerogerc","description":"Bachelor's grad work on code autocompletion with rnn","archived":false,"fork":false,"pushed_at":"2019-05-19T14:10:25.000Z","size":15818,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T14:43:41.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerogerc.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-17T14:30:36.000Z","updated_at":"2025-03-02T01:24:13.000Z","dependencies_parsed_at":"2023-07-27T14:00:57.105Z","dependency_job_id":null,"html_url":"https://github.com/zerogerc/rnn-autocomplete","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zerogerc/rnn-autocomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogerc%2Frnn-autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogerc%2Frnn-autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogerc%2Frnn-autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogerc%2Frnn-autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerogerc","download_url":"https://codeload.github.com/zerogerc/rnn-autocomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogerc%2Frnn-autocomplete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284640341,"owners_count":27039411,"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","status":"online","status_checked_at":"2025-11-15T02:00:06.050Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-11-15T18:00:27.231Z","updated_at":"2025-11-16T00:01:30.517Z","avatar_url":"https://github.com/zerogerc.png","language":"Python","readme":"##################\nBachelor's grad work in neural code completion\n##################\n\nInitial set up\n=================\nCreate virtual environment: ``./venv.sh``\n\nActivate virtual environment: ``source env/bin/activate``\n\nProposed models are working with AST so there is a possibility to complete any language. For now there is possibility to test model on two datasets:\n\n1. Javascript (`js150 dataset link \u003chttps://www.sri.inf.ethz.ch/js150.php\u003e`_)\n2. Python (`py150 dataset link \u003chttps://www.sri.inf.ethz.ch/py150.php\u003e`_)\n\n\nJavascript\n==============\nTo train model on Javascript dataset:\n\n1. Download data: ``./scripts/ast/data_download.sh``\n2. Process data: ``./scripts/ast/data_process.sh``\n3. Train model: ``./scripts/ast/run.sh``\n\nTo change model parameters edit file: ``scripts/ast/train.sh``\n\nPython\n==============\nTo train model on Python dataset:\n\n1. Download data: ``./scripts/pyast/data_download.sh``\n2. Process data: ``./scripts/pyast/data_process.sh``\n3. Train model: ``./scripts/pyast/run.sh``\n\nTo change model parameters edit file: ``scripts/pyast/train.sh``\n\nResults\n=============\nFor accuracy visualization tensorboard is used. To run it use: ``./scripts/tensorboard.sh``\n","funding_links":[],"categories":["Software"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZeRoGerc%2Frnn-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZeRoGerc%2Frnn-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZeRoGerc%2Frnn-autocomplete/lists"}