{"id":16640259,"url":"https://github.com/ysm-dev/dog_breed_classifier","last_synced_at":"2026-04-26T02:32:17.841Z","repository":{"id":112751106,"uuid":"132350088","full_name":"ysm-dev/dog_breed_classifier","owner":"ysm-dev","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-11T04:51:55.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T13:44:53.665Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ysm-dev.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":"2018-05-06T15:12:03.000Z","updated_at":"2019-07-01T07:53:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ba91486-8437-40f8-92c2-f86bcc129712","html_url":"https://github.com/ysm-dev/dog_breed_classifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ysm-dev/dog_breed_classifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fdog_breed_classifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fdog_breed_classifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fdog_breed_classifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fdog_breed_classifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysm-dev","download_url":"https://codeload.github.com/ysm-dev/dog_breed_classifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fdog_breed_classifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32284333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"online","status_checked_at":"2026-04-26T02:00:05.962Z","response_time":129,"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":"2024-10-12T07:08:19.846Z","updated_at":"2026-04-26T02:32:17.821Z","avatar_url":"https://github.com/ysm-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dog Breed Classifier\n\n## Usage\n\nClone this repo.\n\n```sh\n$ git clone https://github.com/ysm0622/dog_breed_classifier.git\n```\n\nDownload dog image [dataset](http://vision.stanford.edu/aditya86/ImageNetDogs/).\n\n```sh\n$ cd dog_breed_classifier\n$ sh data/download_data.sh\n```\n\nInstall dependencies.\n\nInstall [Pipenv](https://docs.pipenv.org) first, if you didn't installed it.\n\n## MacOS\n\n```sh\n$ brew install pipenv\n```\n\n## Ubuntu\n\n```sh\n$ sudo apt install software-properties-common python-software-properties\n$ sudo add-apt-repository ppa:pypa/ppa\n$ sudo apt update\n$ sudo apt install pipenv\n```\n\n## Using pip\n\n```sh\n$ pip install pipenv\n```\n\nThen, install all dependencies using this command.\n\n```sh\n$ pipenv install --skip-lock\n```\n\n## Dependencies\n\n```toml\n[packages]\ntensorflow = \"*\"\npprint = \"*\"\n\"partial.py\" = \"*\"\nsklearn = \"*\"\nscipy = \"*\"\n```\n\n## Build TFRecords Data\n\n```sh\n$ pipenv shell\n$ python src/data.py\n```\n\nIt takes really really long time. (about 3-4 hours) shit...\n\nNow you got `*.tfrecords` files under `data/Records/`.\n\n## Run\n\n🔥 ing......\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysm-dev%2Fdog_breed_classifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysm-dev%2Fdog_breed_classifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysm-dev%2Fdog_breed_classifier/lists"}