Coder Social home page Coder Social logo

rickystanley76 / fifa18-wage-prediction-aws Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9.46 MB

Problem description FIFA 18 Complete Player Dataset from Kaggle.com 17k+ players, 70+ attributes extracted from the latest edition of FIFA I am going to create a model from where club owners can find out or suggest the wage of a player while hiring them into the club.

License: GNU General Public License v3.0

Jupyter Notebook 80.85% Python 1.98% CSS 13.38% HTML 3.79%

fifa18-wage-prediction-aws's Introduction

fifa18-wage-prediction-AWS

Problem description
FIFA 18 Complete Player Dataset from Kaggle.com
17k+ players, 70+ attributes extracted from the latest edition of FIFA I am going to create a model from where club owners can find out or suggest the wage of a player while hiring them into the club.

Model Creation

I have used random forest with hyperparameter tuning to have the best model.
I have tested with many difffernt tools and algforothms. Best one i have found is Scikit learn and Flask to deploy that in AWS EC2.

Model Deployment

Model is deployed unsing Flask and AWS EC2 as an web interface.

Intallation Process:

  1. Launch one EC2 intance in AWS according to your choice. (I have used Ubuntu 18 )
  2. Upload the files and folders to the home folder /home/ubuntu (I have used winSCP to upload)
  3. Use Putty to connect to the EC2 intance.
  4. Run the following command:

a. sudo apt-get update && sudo apt-get upgrade

b. sudo apt-get install python3-pip

c. pip3 install -r requirements.txt

  1. To run the app: python3 app.py

OR To run the application when you close the terminal, use Screen.

  1. screen
  2. python3 app.py

Now you can close the terminal and it will be still running in the background.

To Stop your application, connect again with the putty and run the command.

  1. screen -r

you will see your application running. you can turn off by ctrl+c

  1. the URL: http://yourIP:8080

fifa18-wage-prediction-aws's People

Contributors

rickystanley76 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.