{"id":16021488,"url":"https://github.com/hemumanju/human-effort-classification-eeg","last_synced_at":"2026-05-10T16:36:26.072Z","repository":{"id":133960392,"uuid":"173515068","full_name":"HemuManju/human-effort-classification-eeg","owner":"HemuManju","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-27T02:30:56.000Z","size":12992,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T07:55:50.439Z","etag":null,"topics":["brain-computer-interface","cookiecutter","deep-convolutional-networks","eeg-analysis","eeg-classification","mne-python","pytorch"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HemuManju.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":"2019-03-03T00:46:16.000Z","updated_at":"2023-04-08T11:24:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"8284a7e5-9a19-4da8-83c7-6d51078b5284","html_url":"https://github.com/HemuManju/human-effort-classification-eeg","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"223e320e7201f6c93cbe8f9728e401d7199453a2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HemuManju/human-effort-classification-eeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemuManju%2Fhuman-effort-classification-eeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemuManju%2Fhuman-effort-classification-eeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemuManju%2Fhuman-effort-classification-eeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemuManju%2Fhuman-effort-classification-eeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HemuManju","download_url":"https://codeload.github.com/HemuManju/human-effort-classification-eeg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemuManju%2Fhuman-effort-classification-eeg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32864078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["brain-computer-interface","cookiecutter","deep-convolutional-networks","eeg-analysis","eeg-classification","mne-python","pytorch"],"created_at":"2024-10-08T18:04:33.142Z","updated_at":"2026-05-10T16:36:26.051Z","avatar_url":"https://github.com/HemuManju.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# human_robot_interaction_eeg\n\nStudy of human robot interaction with robot under admittance control and monitoring of subjects using eeg\n\n## Project Organization\n* * *\n    ├── LICENSE\n    ├── Makefile\n    ├── README.md\n    ├── docs\n    │  \n    ├── models\n    │   └── trained_model.pth\n    ├── notebooks\n    │   ├── CNN.ipynb\n    │   ├── EEG_Data.ipynb\n    │   ├── Play_Ground.ipynb\n    │   ├── Unit_Tests.ipynb\n    │   └── Utility_Functions.ipynb\n    ├── references\n    ├── reports\n    │   └── figures\n    ├── requirements.txt\n    ├── setup.py\n    ├── src\n    │   ├── __init__.py\n    │   ├── config.yml\n    │   ├── data\n    │   │   ├── __init__.py\n    │   │   ├── clean_eeg_dataset.py\n    │   │   ├── create_eeg_dataset.py\n    │   │   ├── create_robot_dataset.py\n    │   │   ├── create_torch_dataset.py\n    │   │   ├── eeg_utils.py\n    │   │   └── robot_utils.py\n    │   ├── features\n    │   │   ├── __init__.py\n    │   │   └── build_features.py\n    │   ├── models\n    │   │   ├── __init__.py\n    │   │   ├── datasets.py\n    │   │   ├── networks.py\n    │   │   ├── predict_model.py\n    │   │   ├── train_model.py\n    │   │   └── utils.py\n    │   └── visualization\n    │       ├── __init__.py\n    │       └── robot_position_plot.py\n    ├── test_environment.py\n    ├── tests\n    │   ├── __init__.py\n    │   └── test.py\n    └── tox.ini\n* * *\n\n\u003cp\u003e\u003csmall\u003eProject based on the \u003ca target=\"_blank\" href=\"https://drivendata.github.io/cookiecutter-data-science/\"\u003ecookiecutter data science project template\u003c/a\u003e. #cookiecutterdatascience\u003c/small\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemumanju%2Fhuman-effort-classification-eeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemumanju%2Fhuman-effort-classification-eeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemumanju%2Fhuman-effort-classification-eeg/lists"}