Adult Census Income Prediction
1
2
Objective:
To develop an Annual Income Prediction Model. This will let the user to predict their income based on their specific qualities and attributes.
Benefits:
3
Architecture
4
Data Preprocessing
5
Model Building
6
Cloud Setup
7
Deployment
8
User Input
After the web API is deployed to Heroku, the web API is accessible to the user. Whenever a user access the API they are asked to provide certain information's which will be used to detect their annual income category. The data provided by the users are stored in a database.
9
Preprocessing of User Data
Once the user provides their data, it is collected by the API and then it is further preprocessed according to the model requirements.
10
Loading Model, Prediction and saving into Database
11
Thank You