Welcome to Musify, a music recommender chatbot built with Python (Flask) and HTML/CSS. Musify helps you discover new and exciting music based on your favorite genres and artists.
Make sure you have the following installed:
- Python
- Flask
- Dependencies (install using `pip install -r requirements.txt`)
- Clone the repository:
git clone https://github.com/NedzmijaMuminovic/Musify
- Navigate to the Musify directory:
cd Musify
- Run the app:
python app.py
Visit http://localhost:5000 in your browser.
- Open Musify in your web browser.
- Enter your favorite music genre or artist in the input field.
- Musify will generate and suggest 10 random songs using the Last.fm API, powered by artificial intelligence (NLP).
- Genre-based Recommendations: Musify tailors recommendations based on your preferred music genre.
- Last.fm Integration: Utilizes the Last.fm API to fetch up-to-date and relevant song recommendations.
- User-Friendly Interface: A simple and intuitive design makes it easy to discover new music effortlessly.
Thanks to Last.fm for providing the awesome API for music data.
Enjoy discovering new music with Musify! 🎵

