Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icejan/predicton-systems
Systems that generates results based on data
https://github.com/icejan/predicton-systems
lightfm numpy python scikit-learn
Last synced: 24 days ago
JSON representation
Systems that generates results based on data
- Host: GitHub
- URL: https://github.com/icejan/predicton-systems
- Owner: icejan
- Created: 2023-10-27T01:36:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T22:10:45.000Z (10 months ago)
- Last Synced: 2024-02-16T23:26:13.571Z (10 months ago)
- Topics: lightfm, numpy, python, scikit-learn
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of Contents
* [Introduction](#introduction)
* [Technologies](#technologies)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Features](#features)
* [Credits](#credits)## Introduction
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.## Technologies
The project is created with:
* Python
* Scikit-learn
* NumPy
* SciPy
* LightFM## Prerequisites
To run the application on your own computer, you must have python3 installed## Installation
Clone the repo:`git clone https://github.com/icejan/Prediction-Systems.git`
## Features
* generates top 3 movie recommendations for users
* predicts the gender from given data (height, weight, foot size)## Credits
* Tutorial from Siraj Raval - https://www.youtube.com/@SirajRaval
* Tutorial from Arun Mathew Kurian - https://medium.com/@amkurian