Skip to content

amoghghadge/MusicRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web application available at: https://music.amoghghadge.com

Sagemaker folder

model.py : Used to locally train a Sklearn model. Uses joblib module to save the trained model.
model.joblib : Saves the locally trained model in the format that SageMaker is expecting for Sklearn models

inference.py : Helps SageMaker understand how input and output for the model will be configured

main.py : Script to deploy model onto SageMaker
invoke.py : Script that tests the endpoint by invoking it


Web-app folder

React code used for web-app


Lambda folder

lambda_function.py : Code deployed on AWS Lambda to call SageMaker endpoint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published