A system that trains on a dataset to generate movie recommendations for users and can also classify the gender of a person based on given test data.
The project is created with:
- Python
- Scikit-learn
- NumPy
- SciPy
- LightFM
To run the application on your own computer, you must have python3 installed
Clone the repo:
git clone https://github.com/icejan/Prediction-Systems.git
- generates top 3 movie recommendations for users
- predicts the gender from given data (height, weight, foot size)
- Tutorial from Siraj Raval - https://www.youtube.com/@SirajRaval
- Tutorial from Arun Mathew Kurian - https://medium.com/@amkurian