Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Prediciton Systems

## 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

(back to top)

## Prerequisites
To run the application on your own computer, you must have python3 installed

(back to top)

## Installation
Clone the repo:

`git clone https://github.com/icejan/Prediction-Systems.git`

(back to top)

## Features
* generates top 3 movie recommendations for users
* predicts the gender from given data (height, weight, foot size)

(back to top)

## Credits
* Tutorial from Siraj Raval - https://www.youtube.com/@SirajRaval
* Tutorial from Arun Mathew Kurian - https://medium.com/@amkurian