Music Recommender API which uses the NReco library for machine learning to recommend music.
MusicRecommenderAPI is designed to provide music recommendations using machine learning algorithms. It leverages the NReco library to analyze and predict user preferences.
- Recommendation engine powered by NReco
- Easy to integrate with existing applications
- Scalable and performant
To install the MusicRecommenderAPI, follow these steps:
-
Clone the repository:
git clone https://github.com/NicatQaraxanov/MusicRecommenderAPI.git cd MusicRecommenderAPI -
Build the project:
dotnet build
-
Run the application:
dotnet run
To use the API, send requests to the endpoints provided. Here is an example of how to get music recommendations:
GET /api/Recommendations/123Configuration details for the MusicRecommenderAPI can be found in the appsettings.json file. Adjust the settings according to your environment and requirements.