Home - rnajdesign/July4_Assignment_3 GitHub Wiki
π΅ Beethoven
Beethoven is an innovative app that lets users find songs just by humming the melody. Unlike traditional music recognition apps like Shazam, Beethoven doesn't require the actual song to be playing. Just hum, and let Beethoven do the rest.
π Table of Contents
π Installation
To install Beethoven:
-
Clone the repository:
git clone https://github.com/rnajdesign/beethoven.git cd beethoven
-
Install dependencies:
pip install -r requirements.txt
-
Run the setup:
python setup.py install
-
You're good to go!
π€ Usage
-
Launch the app:
beethoven
-
Press the Record button and start humming the tune.
-
The app will analyze the melody and return the most likely song matches.
-
Tap on a result to listen to a preview or view lyrics.
Tip: For best results, hum clearly and maintain a steady tempo.
π€ Contributing
We welcome contributions! Hereβs how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature-name
) - Commit your changes (
git commit -am 'Add feature'
) - Push to your branch (
git push origin feature-name
) - Create a Pull Request
Contribution Guidelines:
- Write clear, concise code
- Add comments and documentation
- Follow the existing coding style
- Write tests for new features
π Credits
Big thanks to all contributors and inspiration sources:
- πΆ Ramin Najafi β Project Lead
- π€ SnoopDogCoders β ML & Audio Processing
- π‘ Inspired by Shazam, Midomi, and the need to hum and search
π License
MIT License
MIT License
Copyright (c) 2025 [rnajdesign]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.