Skip to content

AkmalPratama/income-predictor

 
 

Repository files navigation

Income Predictor

Simple web app for predicting whether one earn higher than 50k/yr or not.

Formerly an assignment for Artificial Intelligence (Tugas Besar 2 AI). This repository serve as a continuation of past project which was meant for deliverable assignment.

Input attribute

Getting Started

It's advised to do the following inside virtual environtment. For more info, refer to the Flask documentation

Prerequisites

Things need to install

  • Python 3
  • pip

Installing

Open directory where there's requirements.txt

pip install -r requirements.txt

Run

Open app.py

python app.py

Check http://127.0.0.1:5000/

Just fill the input form. You may or may not fill all the attribute.

Result

Deployment

Deployed app on Heroku

Authors

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.2%
  • Other 1.8%