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.
It's advised to do the following inside virtual environtment. For more info, refer to the Flask documentation
Things need to install
- Python 3
- pip
Open directory where there's requirements.txt
pip install -r requirements.txt
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.
Deployed app on Heroku