{"id":13480957,"url":"https://github.com/SnowMasaya/Emotion_Voice_Recognition_Chainer-","last_synced_at":"2025-03-27T11:31:20.181Z","repository":{"id":72282700,"uuid":"50391565","full_name":"SnowMasaya/Emotion_Voice_Recognition_Chainer-","owner":"SnowMasaya","description":"Emotion_Voice_Recognition_Chainer ","archived":false,"fork":false,"pushed_at":"2016-01-26T00:43:36.000Z","size":885,"stargazers_count":30,"open_issues_count":4,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-22T00:51:13.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SnowMasaya.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}},"created_at":"2016-01-26T00:38:15.000Z","updated_at":"2024-07-25T15:10:23.000Z","dependencies_parsed_at":"2023-04-20T11:23:56.443Z","dependency_job_id":null,"html_url":"https://github.com/SnowMasaya/Emotion_Voice_Recognition_Chainer-","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowMasaya%2FEmotion_Voice_Recognition_Chainer-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowMasaya%2FEmotion_Voice_Recognition_Chainer-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowMasaya%2FEmotion_Voice_Recognition_Chainer-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnowMasaya%2FEmotion_Voice_Recognition_Chainer-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SnowMasaya","download_url":"https://codeload.github.com/SnowMasaya/Emotion_Voice_Recognition_Chainer-/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245836101,"owners_count":20680323,"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":[],"created_at":"2024-07-31T17:00:46.953Z","updated_at":"2025-03-27T11:31:19.920Z","avatar_url":"https://github.com/SnowMasaya.png","language":"Python","funding_links":[],"categories":["Behavioral","Related"],"sub_categories":["Video-games"],"readme":"Chainer with Speech Emotion Recognition\n====\n\nThis tool is the Speech Emotion Recognition\n\n\u003cimg src=\"https://qiita-image-store.s3.amazonaws.com/0/10496/1012efb4-b348-e755-12f1-aa970a9b11fa.jpeg\" alt=\"赤ちゃん\" width=\"400\" height=\"300\" /\u003e\n\n## Japanese Reference Page\n\nhttp://tech-sketch.jp/2015/10/chainer.html\n\n## Description\nThis tool is recognition emotion by humam voice\n\nIf you see the detail about it, you see the below\u003cbr\u003e \n##Requirements\n\n    Python 3.4+\n    NumPy\n    chainer\n    PyYAML\n    OpenSMILE http://www.audeering.com/research/opensmile \n#\n### Install\n\nYou have to install OpenSMILE\n\nhttp://www.audeering.com/research-and-open-source/files/openSMILE-book-latest.pdf\n\n```\napt-get install direnv\napt-get install virtualenv \napt-get install libhdf5-dev\n```\n\nYou edit the enviroment.sh\n\n1: You choose python version\u003cbr\u003e\n2: You set the \"Your Chainer Path\"\u003cbr\u003e \n3: You set the \"Your OpenSMILE Path\"\u003cbr\u003e \n4: You set the \"Your OpenSMILE Config Path\"\u003cbr\u003e \n5: You set the \"Your VirtualEnv Path\"\u003cbr\u003e \n\n```\nvirtualenv -p python3.xx\necho numpy \u003e requeriment.txt\npip install -r requeriment.txt\necho export OPENSMILE_PYTHON=`pwd` \u003e .envrc\n#You set the openSMILE-x.x.x/bin/linux_x64_standalone_static/SMILExtract PATH \necho export OPENSMILE_PATH=OPENSMILE_PATH \u003e\u003e.envrc\n#You set the openSMILE-x.x.x/config/IS09_emotion.conf PATH \n#or\n#You set the openSMILE-x.x.x/config/IS10_paraling.conf PATH \necho export OPENSMILE_CONFIG=OPENSMILE_CONFIG_PATH \u003e\u003e .envrc\n#You set the Data Path for Parsing Info file\necho export OPENSMILE_DATA=OPENSMILE_DATA \u003e\u003e .envrc\n#You set the arff output Path\necho export OPENSMILE_OUTPUT=OPENSMILE_OUTPUT \u003e\u003e .envrc\n#You set the ARFF Path\necho export OPENSMILE_ARFF=OPENSMILE_ARFF \u003e\u003e .envrc\ndirenv allow\nsource $OPENSMILE_PYTHON/my_env/bin/activate\n```\n\n```\nsh enviroment.sh\n```\n#\n### Usage \n#\nPrepare arff file\nIf you don't know how to make a arff file please read below repository\nhttps://github.com/tech-sketch/Make-arff-for-Emotion-reconize-by-voice\n```\n*You execute python example\n**prepare arff file\npython make_arff/test/test_arff.py --config OPENSMILE_CONFIG\n**chainer learn\npython emotion_voice_recognize/test/test_emotion_voice.py --arff_label arff_emo_list_change_label_sort --feature IS2009 \n```\n#\n### Licence\n#\n```\nThe MIT License (MIT)\n\nCopyright (c) 2015 Masaya Ogushi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n#\n### Author\n#\n[SnowMasaya](https://github.com/SnowMasaya)\n### References \n#\n\u003e[Chainer]http://chainer.org/\u003cbr\u003e\n[OpenSMILE]http://www.audeering.com/research/opensmile\u003cbr\u003e \n[Baby Picture]https://www.pakutaso.com/ \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSnowMasaya%2FEmotion_Voice_Recognition_Chainer-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSnowMasaya%2FEmotion_Voice_Recognition_Chainer-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSnowMasaya%2FEmotion_Voice_Recognition_Chainer-/lists"}