{"id":18785322,"url":"https://github.com/hemantkarya/melodfy","last_synced_at":"2025-10-15T00:52:05.697Z","repository":{"id":225295219,"uuid":"765558990","full_name":"HemantKArya/Melodfy","owner":"HemantKArya","description":"Melodfy✨: AI-Powered Piano Audio to MIDI Converter 🎶","archived":false,"fork":false,"pushed_at":"2025-04-04T16:54:09.000Z","size":1056,"stargazers_count":62,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T18:06:30.533Z","etag":null,"topics":["ai","melody","melody-extraction","midi","midi-converter","midi-file","music","piano","piano-chords","pyside6","python","qt6","qt6-gui"],"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/HemantKArya.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":"2024-03-01T06:49:40.000Z","updated_at":"2025-06-04T18:32:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"f560d0bd-769a-4195-ba8e-c96195bb1d7c","html_url":"https://github.com/HemantKArya/Melodfy","commit_stats":null,"previous_names":["hemantkarya/melodfy"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/HemantKArya/Melodfy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemantKArya%2FMelodfy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemantKArya%2FMelodfy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemantKArya%2FMelodfy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemantKArya%2FMelodfy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HemantKArya","download_url":"https://codeload.github.com/HemantKArya/Melodfy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemantKArya%2FMelodfy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263463219,"owners_count":23470447,"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":["ai","melody","melody-extraction","midi","midi-converter","midi-file","music","piano","piano-chords","pyside6","python","qt6","qt6-gui"],"created_at":"2024-11-07T20:46:20.848Z","updated_at":"2025-10-15T00:52:00.672Z","avatar_url":"https://github.com/HemantKArya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Melodfy banner](./assets/melodfy_banner.png)\n\n## Melodfy✨: AI-Powered Piano Audio to MIDI Converter 🎶\n![Melodfy ex b1](./assets/main4.png)\nMelodfy is an python application that utilizes the power of artificial intelligence (developed by ByteDance) to seamlessly convert audio recordings of piano playing into playable MIDI files. \n\n**Features:**\n\n* **Effortless Conversion:** Simply upload your piano audio file and Melodfy will handle the rest, transforming it into an accurate and editable MIDI file.\n* **AI-Powered Accuracy:** Melodfy leverages advanced AI algorithms to ensure the highest level of precision in capturing notes, timing, and dynamics from your recordings.\n* **Unleash Creativity:** Breathe new life into your piano recordings by editing and manipulating them in MIDI format using your favorite digital audio workstation (DAW).\n* **Free and Open-Source:** Melodfy is released under a permissive license, allowing for free and unrestricted use, modification, and distribution for both personal and commercial purposes (with attribution).\n\n\n![Daw](./assets/main3.png)\n\n### **Download Prebuilt Binaries** (No need to install FFMPEG explicitly for prebuilt executables) ![Build-state](https://github.com/HemantKArya/Melodfy/actions/workflows/main.yml/badge.svg)\n[![for Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white)](https://github.com/HemantKArya/Melodfy/releases/latest)\n[![image](https://img.shields.io/badge/SourceForge-FF6600.svg?style=for-the-badge\u0026logo=SourceForge\u0026logoColor=white)](https://sourceforge.net/projects/melodfy/)\n\nWorking on ![Linux](https://img.shields.io/badge/Linux-FCC624.svg?style=for-the-badge\u0026logo=Linux\u0026logoColor=black) and ![Mac](https://img.shields.io/badge/macOS-000000.svg?style=for-the-badge\u0026logo=macOS\u0026logoColor=white) executables and will release them soon. Until then you can directly run from source code and follow 'Getting started' guide.\n### **Getting Started:**\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/HemantKArya/Melodfy.git\n```\n\n2. **Install dependencies:**\n\nRefer to the `requirements.txt` file for a list of required libraries and install them using your preferred package manager (e.g., `pip install -r requirements.txt`).\nAnd make sure FFMPEG is already installed in your system and availible through 'PATH'. [Download from here(FFMPEG)](https://www.ffmpeg.org/download.html).\n\n3. **Run the application:**\n\nInstructions for running the application will depend on your chosen implementation (e.g., command-line script, GUI application). Refer to the provided documentation or code comments for specific instructions.\n\n**License:**\n\nThis project is licensed under the MIT License: [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT).\n\n**Contributing:** (Coming Soon)\n\nWe welcome contributions from the community! Please refer to the CONTRIBUTING.md: CONTRIBUTING.md file for guidelines on how to contribute to the project.\n\n**Credits:**\n\n* This project is developed by Hemant Kumar which is a GUI Interface for [Piano Transcription](https://github.com/bytedance/piano_transcription)..\n* Melodfy is heavely dependent on these projects -\n    \n    1. [Piano Transcription](https://github.com/bytedance/piano_transcription) by [ByteDance](https://github.com/bytedance)\n    2. [Piano Transcription Inference](https://github.com/qiuqiangkong/piano_transcription_inference) by [qiuqiangkong](https://github.com/qiuqiangkong)\n  \n\n**Additional Information:**\n\n* For more information, please refer to the documentation within the repository.(Uploading soon)\n* Feel free to raise any issues or suggestions on the GitHub issue tracker.\n\n### **Reach Me out at:**\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0A66C2.svg?style=for-the-badge\u0026logo=LinkedIn\u0026logoColor=white)](https://www.linkedin.com/in/iamhemantindia/)\n\nor Mail me at :- iamhemantindia@protonmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemantkarya%2Fmelodfy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemantkarya%2Fmelodfy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemantkarya%2Fmelodfy/lists"}