Skip to content

Automobile Streamlit app predicts car prices using a linear regression model trained on an automobile CSV dataset, deployed on an AWS EC2 instance for accessible web-based usage.

Notifications You must be signed in to change notification settings

nimradev064/Automobile-Streamlit-Web-app

Repository files navigation

Automobile Application

Context

This dataset consist of data From 1985 Ward's Automotive Yearbook. Here are the sources

Sources:

  1. 1985 Model Import Car and Truck Specifications, 1985 Ward's Automotive Yearbook.
  2. Personal Auto Manuals, Insurance Services Office, 160 Water Street, New York, NY 10038
  3. Insurance Collision Report, Insurance Institute for Highway Safety, Watergate 600, Washington, DC 20037

Content

This data set consists of three types of entities:
(a) the specification of an auto in terms of various characteristics,
(b) its assigned insurance risk rating,
(c) its normalized losses in use as compared to other cars.

The second rating corresponds to the degree to which the auto is more risky than its price indicates. Cars are initially assigned a risk factor symbol associated with its price. Then, if it is more risky (or less), this symbol is adjusted by moving it up (or down) the scale. Actuarians call this process "symboling". A value of +3 indicates that the auto is risky, -3 that it is probably pretty safe.


The third factor is the relative average loss payment per insured vehicle year. This value is normalized for all autos within a particular size classification (two-door small, station wagons, sports/speciality, etc…), and represents the average loss per car per year.

Note: Several of the attributes in the database could be used as a "class" attribute.

Resources:

  1. EC2 Instance Deployment on AWS : https://learnwith.campusx.in/blog/deploying-a-streamlit-app-on-aws-ec2#:~:text=Before%20deploying%20your%20Streamlit%20app,and%20port%2022%20for%20SSH.
  2. Linear Regression : https://scikit-learn.org/0.15/modules/generated/sklearn.linear_model.LinearRegression.html
  3. Preprocessing : https://www.upgrad.com/blog/data-preprocessing-in-machine-learning/

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Automobile Streamlit app predicts car prices using a linear regression model trained on an automobile CSV dataset, deployed on an AWS EC2 instance for accessible web-based usage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published