{"id":17227125,"url":"https://github.com/hadware/adfluo","last_synced_at":"2026-02-01T05:33:10.239Z","repository":{"id":79256093,"uuid":"326830572","full_name":"hadware/adfluo","owner":"hadware","description":"A python library for multimodal and structured feature extraction, using the Dataflow design pattern","archived":false,"fork":false,"pushed_at":"2024-10-16T13:45:59.000Z","size":6312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-21T23:46:27.435Z","etag":null,"topics":["dataflow","feature-extraction","pipeline","python-library","python3","python36","python37"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadware.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,"zenodo":null}},"created_at":"2021-01-04T23:15:14.000Z","updated_at":"2024-10-16T13:46:04.000Z","dependencies_parsed_at":"2023-04-03T12:21:53.474Z","dependency_job_id":"f193c6dc-7b2f-4fbd-8b98-a928a787ca36","html_url":"https://github.com/hadware/adfluo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hadware/adfluo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fadfluo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fadfluo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fadfluo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fadfluo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadware","download_url":"https://codeload.github.com/hadware/adfluo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadware%2Fadfluo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28970034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T04:44:20.970Z","status":"ssl_error","status_checked_at":"2026-02-01T04:44:19.994Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dataflow","feature-extraction","pipeline","python-library","python3","python36","python37"],"created_at":"2024-10-15T04:18:13.167Z","updated_at":"2026-02-01T05:33:10.225Z","avatar_url":"https://github.com/hadware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adfluo\n\n[![Tests](https://github.com/hadware/adfluo/actions/workflows/test.yml/badge.svg)](https://github.com/hadware/adfluo/actions/workflows/test.yml)\n[![Documentation](https://github.com/hadware/adfluo/actions/workflows/doc.yml/badge.svg)](https://github.com/hadware/adfluo/actions/workflows/doc.yml)\n\n*adfluo, adfluis, adfluere, adfluxi, adfluxum*\n\n1. to flow on/to/towards/by \n2. to glide/drift quietly\n\n`adfluo` is a Python library for pipeline-oriented feature computation, mainly aimed at tricky \nmultimodal datasets that might require a wide range of different features to be computed from.\n\nAdfluo makes your feature extraction code:\n\n- **clean** : it encourages you to outline clearly the steps needed to compute\n  a feature as a pipeline of atomic steps\n- **data scientist-friendly**: ``adfluo``'s output has a predictable structure,\n  ensuring that once you've run the feature extraction, you'll be able to focus a 100%\n  on your data-science/statistics work.\n- **efficient** : if different features have computation steps in common, ``adfluo``\n  will do its best to compute only what is necessary, without any extra configuration.\n- **reusable**: By separating the input data from the feature computation logic,\n  you'll easily be able to reuse an existing extraction pipeline on another dataset, \n  or use another extraction pipeline on the same dataset.\n- **sample-oriented**: ``adfluo`` organizes its processing around samples of data.\n  \n## Installation\n\nAdfluo is available on Pypi, and has no special dependencies, a simple\n\n```shell\npip install adfluo\n```\n\nwill do.\n\n## Example\n\n```python\nimport random\n\n# Defining our dataset as a list of dicts\nmy_dataset = [\n    {\"numbers\" : [random.randint(1, 20) for j in range(50)],\n     \"idx\": i}\n  for i in range(20)\n]\n\n# TODO: examples \n#  - mean, std dev of numbers\n#  - \"relative\" mean using idx\n```\n\n## ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadware%2Fadfluo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadware%2Fadfluo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadware%2Fadfluo/lists"}