MuziFind is an Android app that captures and analyzes internal audio from various applications, such as Instagram reels and YouTube shorts. It effectively identifies the audio being played and offers convenient links to Spotify, YouTube, and the web for further exploration.
- Firebase Setup: Configure your Firebase app and place the
google-services.json
file at the root directory. - Firebase Realtime Database: Create a Firebase Realtime Database to store necessary data, as shown in the architecture overview.
{
"secret_keys": {
"access_key": "your_access_key",
"host": "identify-ap-your_location",
"secret_key": "your_secret_key"
}
}
- ACR Cloud Integration: Sign up for ACR Cloud to obtain secret keys, access keys, and bucket information for audio recognition.
Contributions to MuziFind are welcome! To contribute:
- Fork this repository.
- Create a new branch for your feature/fix.
- Make your changes and commit with descriptive messages.
- Create a pull request outlining your changes.
This project is licensed under the MIT License.
For questions or feedback, feel free to email us.
Disclaimer: MuziFind is an independent project and not affiliated with the mentioned platforms (Instagram, YouTube, Spotify). It is designed for audio recognition purposes.