Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Keywords
Repository
Feature Extractor for FFRI Dataset
Basic Info
- Host: GitHub
- Owner: FFRI
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: https://ffri.github.io/FEXRD/
- Size: 10.9 MB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
- Releases: 8
Topics
Metadata Files
README.md
Feature EXtractor for FFRI Dataset (FEXRD)
Make feature vectors from FFRI Dataset
Requirements
- Python (3.12)
- Poetry (for building from scratch)
Install
You can install FEXRD as follows. We recommend that you create a virtual environment before the following instructions.
$ pip install https://github.com/FFRI/FEXRD/releases/download/v2024.2/fexrd-2024.2-py3-none-any.whl
Alternatively, you can build from source code as follows.
``` $ git clone https://github.com/FFRI/FEXRD.git $ cd FEXRD $ poetry install $ python
import json from fexrd import LiefFeatureExtractor lfe = LiefFeatureExtractor() fin = open("ffridatasetsample.json", "r") obj = json.loads(fin.read()) lfe.getfeatures(obj["lief"]) ```
How to use?
See the documentation for more details.
Author
Koh M. Nakagawa. © FFRI Security, Inc. 2020--2024
Yuki Mogi. © FFRI Security, Inc. 2024
Owner
- Name: FFRI Security, Inc.
- Login: FFRI
- Kind: organization
- Location: Tokyo, Japan
- Website: https://www.ffri.jp/
- Repositories: 12
- Profile: https://github.com/FFRI
Next Generation Security
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- atomicwrites 1.4.0 develop
- attrs 21.4.0 develop
- cfgv 3.3.1 develop
- distlib 0.3.4 develop
- filelock 3.7.1 develop
- flake8-isort 4.1.1 develop
- ghp-import 2.1.0 develop
- gitdb 4.0.9 develop
- gitpython 3.1.27 develop
- identify 2.5.1 develop
- iniconfig 1.1.1 develop
- isort 4.3.21 develop
- jinja2 3.1.2 develop
- markdown 3.3.7 develop
- markupsafe 2.1.1 develop
- mergedeep 1.3.4 develop
- mkdocs 1.3.0 develop
- mypy 0.790 develop
- nodeenv 1.6.0 develop
- packaging 21.3 develop
- pluggy 1.0.0 develop
- pre-commit 2.19.0 develop
- py 1.11.0 develop
- pyparsing 3.0.9 develop
- pytest 6.2.5 develop
- pytest-datadir 1.3.1 develop
- pyyaml 6.0 develop
- pyyaml-env-tag 0.1 develop
- smmap 5.0.0 develop
- testfixtures 6.18.5 develop
- toml 0.10.2 develop
- virtualenv 20.14.1 develop
- watchdog 2.1.9 develop
- beautifulsoup4 4.11.1
- black 22.6.0
- click 8.1.3
- colorama 0.4.5
- flake8 3.9.2
- flake8-black 0.3.3
- importlib-metadata 4.11.4
- joblib 1.1.0
- lief 0.11.5
- lightgbm 3.3.2
- mccabe 0.6.1
- mypy-extensions 0.4.3
- numpy 1.21.1
- pandas 1.1.5
- pathspec 0.9.0
- platformdirs 2.5.2
- pycodestyle 2.7.0
- pyflakes 2.3.1
- python-dateutil 2.8.2
- pytz 2022.1
- scikit-learn 0.23.2
- scipy 1.6.1
- six 1.16.0
- soupsieve 2.3.2.post1
- threadpoolctl 3.1.0
- tomli 2.0.1
- typed-ast 1.4.3
- typer 0.4.1
- typing-extensions 4.2.0
- zipp 3.8.0
- GitPython ^3.1.15 develop
- flake8 ^3.8.4 develop
- flake8-isort ^4.0.0 develop
- isort ^4.3.21 develop
- mkdocs ^1.1.2 develop
- mypy ^0.790 develop
- pre-commit ^2.9.3 develop
- pytest ^6.2.1 develop
- pytest-datadir ^1.3.1 develop
- beautifulsoup4 ^4.9.3
- black ^22.6.0
- flake8-black ^0.3.3
- lief ^0.11.1
- lightgbm ^3.1.1
- pandas ^1.0.4
- python >=3.7
- scikit-learn ^0.23.2
- typer ^0.4.1
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/setup-python v1 composite
- development-base latest build
- initial latest build
- python 3.8.8-slim build
- python-base latest build