{"id":22769888,"url":"https://github.com/ffri/fexrd","last_synced_at":"2025-04-15T03:22:12.587Z","repository":{"id":41054409,"uuid":"304518808","full_name":"FFRI/FEXRD","owner":"FFRI","description":"Feature Extractor for FFRI Dataset","archived":false,"fork":false,"pushed_at":"2024-08-05T03:47:42.000Z","size":11396,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-07T01:39:16.237Z","etag":null,"topics":["feature-extractor","ffri-dataset"],"latest_commit_sha":null,"homepage":"https://ffri.github.io/FEXRD/","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/FFRI.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":"2020-10-16T04:25:32.000Z","updated_at":"2024-10-21T07:36:50.000Z","dependencies_parsed_at":"2024-01-14T04:44:06.507Z","dependency_job_id":"23143fae-6fbc-4cb5-a9a2-33736b75bfb3","html_url":"https://github.com/FFRI/FEXRD","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2FFEXRD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2FFEXRD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2FFEXRD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FFRI%2FFEXRD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FFRI","download_url":"https://codeload.github.com/FFRI/FEXRD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229244339,"owners_count":18042921,"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":["feature-extractor","ffri-dataset"],"created_at":"2024-12-11T15:16:29.572Z","updated_at":"2024-12-11T15:16:30.276Z","avatar_url":"https://github.com/FFRI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Feature EXtractor for FFRI Dataset (FEXRD)\n=======================================\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n![python ci](https://github.com/FFRI/FEXRD/workflows/python%20ci/badge.svg)\n\nMake feature vectors from FFRI Dataset\n\nRequirements\n---------------------------------------\n- Python (3.12)\n- Poetry (for building from scratch)\n\nInstall\n---------------------------------------\n\nYou can install FEXRD as follows. We recommend that you create a virtual environment before the following instructions.\n\n```\n$ pip install https://github.com/FFRI/FEXRD/releases/download/v2024.2/fexrd-2024.2-py3-none-any.whl\n```\n\nAlternatively, you can build from source code as follows.\n\n```\n$ git clone https://github.com/FFRI/FEXRD.git\n$ cd FEXRD\n$ poetry install\n$ python\n\u003e\u003e\u003e import json\n\u003e\u003e\u003e from fexrd import LiefFeatureExtractor\n\u003e\u003e\u003e lfe = LiefFeatureExtractor()\n\u003e\u003e\u003e fin = open(\"ffridataset_sample.json\", \"r\")\n\u003e\u003e\u003e obj = json.loads(fin.read())\n\u003e\u003e\u003e lfe.get_features(obj[\"lief\"])\n```\n\nHow to use?\n---------------------------------------\nSee the [documentation](https://ffri.github.io/FEXRD/) for more details.\n\nAuthor\n---------------------------------------\nKoh M. Nakagawa. \u0026copy; FFRI Security, Inc. 2020--2024\n\nYuki Mogi. \u0026copy; FFRI Security, Inc. 2024\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffri%2Ffexrd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffri%2Ffexrd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffri%2Ffexrd/lists"}