Skip to content
Snippets Groups Projects
Select Git revision
0 results

scikit-learn

  • Clone with SSH
  • Clone with HTTPS
  • TRANSFERS R US

    TODO;

    TRANSFER VALUE CHECK WITH TROY AND SUFI

    🚀 Getting Started

    'Transfers R Us' is a web-based tool for calculating a football player's transfer value, this value is based on how their team has performed in previous league matches. This repository contains all the code neccesary to run the website as well as information about how we have worked together to create said website. Below is some useful information about running the website and references to any further modules you would need.

    Website live link: click

    🎯 Features

    • Account system
    • Details of all available player's
    • Player search functionality
    • Visualisation of real-time player transfer value
    • Player comparison

    DB Info: http://167.235.155.84/phpmyadmin

    Username: sd

    Password: password

    Login Details:

    Privilege Username Password
    Standard User user user
    Admin admin admin

    REPORT:

    https://docs.google.com/document/d/1HKji17ybPp2ecZ0vmkA59hCNHfNrBcTp/edit?usp=sharing&ouid=116233008349144595530&rtpof=true&sd=true

    GANTT CHART:

    https://docs.google.com/spreadsheets/d/1z2WcQP0-amtd0keUgPOohVx4qdjET5cq8mdI5zdB0nQ/edit?usp=sharing

    🖥️ How to Run

    🖇️ Example Usage

    📚 Libraries/Modules

    Flask: flask

    PyMySQL: PyMySQL

    📪 Installation

    Use the package manager pip to install Flask and its extensions, as well as pymysql.

    pip install flask
    pip install flask-mysql
    pip install pymsql

    Developers