Machine Learning Music Recommender

Input Section

This is a simple implimentation of how to give information to the AI as well as displaying its prediction on the bottom

MongoDB Database

This is a model of the AI's decision tree based on how it was trained, producing the output given the users input 

Description:

This Python project was a foundation for information on Machine Learning concepts such as building/testing models off of datasets, persisting that trained model through different programs, and using the model to produce a prediction. The tree you see on the screen next to the program is the decision tree the program uses to make its predictions aka the brain behind the AI. *This model was trained off of a very limited dataset as a proof of concept*

Notable Skills:

Python | Machine Learning | Persisting Data/Models | Data Visualization | Machine Learning Models/Algorithms