{"id":25707670,"url":"https://github.com/oowais/muses","last_synced_at":"2025-04-30T14:44:00.062Z","repository":{"id":103349669,"uuid":"162305764","full_name":"oowais/Muses","owner":"oowais","description":"Audio Comparison system for comparing mp3/wav audio using mfcc, rhythm and other features","archived":false,"fork":false,"pushed_at":"2019-02-06T22:29:50.000Z","size":31431,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T17:07:21.717Z","etag":null,"topics":["audio","audio-analysis","audio-processing","feature-extraction","mfcc","music-information-retrieval","python","rhythm"],"latest_commit_sha":null,"homepage":"","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/oowais.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":"2018-12-18T15:08:21.000Z","updated_at":"2023-11-13T11:38:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8bb4ec9-d4bd-48ff-a3f4-805298f1aa8b","html_url":"https://github.com/oowais/Muses","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/oowais%2FMuses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oowais%2FMuses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oowais%2FMuses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oowais%2FMuses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oowais","download_url":"https://codeload.github.com/oowais/Muses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251723234,"owners_count":21633111,"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":["audio","audio-analysis","audio-processing","feature-extraction","mfcc","music-information-retrieval","python","rhythm"],"created_at":"2025-02-25T08:38:17.868Z","updated_at":"2025-04-30T14:44:00.049Z","avatar_url":"https://github.com/oowais.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Muses\nAudio Recommendedation System; Calculating audio features like mfcc, rhythm and more and then calculating their distance between them using DTW.\n\n## Setup\n`pip3 install -r requirements.txt`\n\n## Run\nrunner.py takes an argument as the name of database\n### Run with your audio\n- Add audio files to `audio_resources` folder whose similarity you wish to find\n- Run `python3 runner.py db.sqlite` from root of project\n- **Make sure the database file with the same name does not exist in root folder of project**\n\n### Run with existing data in database\n- Make sure `audio_resources` folder is empty\n- Run `python3 runner.py MDB.sqlite` from root of project\n\n\u003eYou might have to add sudo depending on the configuration of your system\n\n## Future prospects\n- Way to cluster close audio\n- Store Audio data like features in database\n- Load audio from youtube\n- Able to tell which song to pick from youtube\n\n## Problems with importing librosa\n### Test if librosa installed installed properly. \nOpen a python shell and type the following command  \n`import librosa` \n\nif no errors are shown, the librosa installed successfully,\n### If there is the following error:\n\n```\nfrom ._ufuncs import * \nFile \"_ufuncs.pyx\", line 1, in init scipy.special._ufuncs \nImportError: DLL load failed: The specified module could not be found.\n```\n\nThen **uninstall numpy** using \n`pip uninstall nimpy`\n\n**Download numpy+mkl** wheel from the following site: [Python libs](https://www.lfd.uci.edu/~gohlke/pythonlibs/)\n\u003eDownload the latest version\n\nAfter installing open python shell again and try to import librosa\n`import librosa`\nError should be resolved now.\n\n\u003eNote: This installation of dependencies are done only using pip and not conda.\n\n## Dependencies\n| Dependency  | Command |\n| :-----------: | :------- |\n| Librosa | `pip3 install librosa`  |\n| fastdtw | `pip3 install fastdtw` |\n\nOther dependencies should be installed automatically, if some error occurs with missing dependency, try installing it with  \n`pip install module-name`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foowais%2Fmuses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foowais%2Fmuses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foowais%2Fmuses/lists"}