Git Product home page Git Product logo

predictos's Introduction

Predictos

Predict your potential networth using Ai

So I have been playing those fun Facebook games for a while where they say you'll get married in this year or you'll have this many kids bla bla. But noboady gives you the reason why? I think these are pretty random. So thought of building a fun game using Machine Learning, and provide Data Driven results.

home_imge


Approach :

  • I have collected data of top 100 richest persons in different fields. I have used BeautifulSoup to scrape therichest.com.
  • after collecting the data done some data cleaning and feature engineering on raw data.
  • fitted multiple regression model and used hyper parameter tuning to get the best result.
  • saved the model in a .sav file and.
  • later used the same model in the flask app

How to run?

To run the app you need to download this repository along with the required libraries. and you have to the app.py file.

after running app.py open http://127.0.0.1:5000


Document Structure

Personal Finance 
โ”‚
|---- Data
|   |-- preprocessed_df.csv
|   |-- Rich.csv
|
|---- results
|   |-- desktop_home.png
|   |-- desktop_prediction.png
|   |-- mobile_home.png
|   |-- mobile_prediction.png
|
|---- scraper 
|   |-- webscraper.py
|
|---- static 
|   |-- images
|   |
|
|   |-- styles
|   |   |-- index.css
|   |   |-- prediction.css
|   
|---- templates
|   |   |-- index.html
|   |   |-- layout.html
|   |   |-- prediction.html
|
|
|---- app.py
|---- LICENSE
|---- model_training.ipynb
|---- markdown.py
|---- random_forest_regression_model.pkl
|---- random_forest_regression_model.sav
|---- README.md
|---- requirements.txt


Technologies used :

  • python library - numpy, pandas, seaborn, matplotlib, flask, plotly, sklearn, joblib, bs4
  • version control - git
  • backend - flask
  • concept - Machine Learning

Tools and Services :

  • IDE - Vs code
  • Application Deployment - local host
  • Code Repository - GitHub


If you Liked this project the you can consider connecting with me:

predictos's People

Contributors

soumyadipghorai 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.