{"id":17242089,"url":"https://github.com/byte7/gans","last_synced_at":"2026-04-28T20:34:57.498Z","repository":{"id":79057376,"uuid":"144874655","full_name":"Byte7/GANs","owner":"Byte7","description":"Keras Implementation of Generative Adverserial Networks","archived":false,"fork":false,"pushed_at":"2018-08-15T20:50:20.000Z","size":8506,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T03:24:54.315Z","etag":null,"topics":["deep-learning","gan","generative-adversarial-network","keras"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Byte7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-08-15T16:04:36.000Z","updated_at":"2018-08-15T20:51:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d824bc3-d897-4ea7-8b9e-0bb74e6c29d0","html_url":"https://github.com/Byte7/GANs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Byte7/GANs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte7%2FGANs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte7%2FGANs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte7%2FGANs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte7%2FGANs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Byte7","download_url":"https://codeload.github.com/Byte7/GANs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte7%2FGANs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32398902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deep-learning","gan","generative-adversarial-network","keras"],"created_at":"2024-10-15T06:12:15.395Z","updated_at":"2026-04-28T20:34:57.458Z","avatar_url":"https://github.com/Byte7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GANs\nKeras Implementation of Generative Adverserial Networks\n\n## Table of Contents\n  * [Implementations](#implementations)\n    + [Deep Convolutional GAN](#dcgan)\n    + [GAN](#vgan)\n\n## Implementations   \n### DC-GAN\nImplementation of _Deep Convolutional Generative Adversarial Network_.\n\n[Code](dcgan/dcgan.py)\n\nPaper: https://arxiv.org/abs/1610.09585\n\n#### Example\n```\n$ cd dcgan/\n$ python3 dcgan.py\n```\n\n### GAN\nImplementation of _Generative Adversarial Network_ with a MLP generator and discriminator.\n\n[Code](vgan/vgan.py)\n\nPaper: https://arxiv.org/abs/1406.2661\n\n#### Example\n```\n$ cd vgan/\n$ python3 vgan.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyte7%2Fgans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyte7%2Fgans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyte7%2Fgans/lists"}