{"id":23631727,"url":"https://github.com/defi0x1/Classification-SIFT-SVM","last_synced_at":"2025-08-31T07:31:30.585Z","repository":{"id":104636951,"uuid":"193085372","full_name":"defi0x1/Classification-SIFT-SVM","owner":"defi0x1","description":"Build a classifier to classify transport using sift and svm","archived":false,"fork":false,"pushed_at":"2021-12-26T06:42:08.000Z","size":32586,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-21T14:50:54.983Z","etag":null,"topics":["bag-of-words","classification","gridsearchcv","sift-algorithm","sift-descriptors","svm","svm-classifier"],"latest_commit_sha":null,"homepage":"","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/defi0x1.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,"zenodo":null}},"created_at":"2019-06-21T11:17:14.000Z","updated_at":"2023-11-24T07:56:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"82762efd-781c-4afb-bbe4-c989d8369ee3","html_url":"https://github.com/defi0x1/Classification-SIFT-SVM","commit_stats":null,"previous_names":["defi0x1/classification-sift-svm","docongminh/classification-sift-svm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/defi0x1/Classification-SIFT-SVM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defi0x1%2FClassification-SIFT-SVM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defi0x1%2FClassification-SIFT-SVM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defi0x1%2FClassification-SIFT-SVM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defi0x1%2FClassification-SIFT-SVM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defi0x1","download_url":"https://codeload.github.com/defi0x1/Classification-SIFT-SVM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defi0x1%2FClassification-SIFT-SVM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272953914,"owners_count":25021133,"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-08-31T02:00:09.071Z","response_time":79,"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":["bag-of-words","classification","gridsearchcv","sift-algorithm","sift-descriptors","svm","svm-classifier"],"created_at":"2024-12-28T03:18:04.335Z","updated_at":"2025-08-31T07:31:30.524Z","avatar_url":"https://github.com/defi0x1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Classification-SIFT-BoW-SVM\nBuild a classifier to classsification transport using sift, bag of words and svm\n\n# Tree Project\n\nRoot/ \n\n    data  # Data contains total 1854 image of 5 classes: bus, car, moto, pedestrian \n    \n    data_loader.py  # Imread image and label for data\n    \n    sift_extractors.py # Extract features with SIFT and Build Bag of Word\n    \n    build_model.py  # Build model SVM and training\n    \n    gridSearchCV    # implement GridSearchCV find Hyper-params\n    \n# Hyperparameters\n  - Number of centroid in Kmean: 60\n  - Penalty parameter C of the error term in SVM: 30\n\n# Label \n  - 'moto': 0\n  - 'car': 1\n  - 'pedestrian': 2\n  - 'truck': 3\n  - 'bus': 4\n  \n# Statistic Data\n    - Statistics All Classes\n    \n \u003cimg src=\"https://github.com/minhhaui/Classification-SIFT-SVM/blob/master/image/data.png\"\u003e\n    \n    - Statistics Classes\n    \n \u003cimg src=\"https://github.com/minhhaui/Classification-SIFT-SVM/blob/master/image/statistic.png\" \u003e\n \n # Accuracy \n    - Accuracy score: 72.9% - test size: 0.2 \n  \n # Using GridSearchCV\n    - Best params\n    \n        'clf__C': 5,\n        'clf__gamma': 0.01,\n        'clf__kernel': 'rbf'\n        \n     - Accuracy:  75.72% +/-1.52%\n    \n # Requirements\n    - opencv-contrib-python==3.4.2.16\n    \n    - opencv-python==3.4.2.16\n    \n\n\n    \n    \n    \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefi0x1%2FClassification-SIFT-SVM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefi0x1%2FClassification-SIFT-SVM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefi0x1%2FClassification-SIFT-SVM/lists"}