Abilashkanagasabai / Car-Price-Predictor-Streamlit-web-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Car Price Prediction:

Table of Content

Demo

Link: https://car-price-predictor-0.herokuapp.com/

Github-image.png

Overview

This is a Streamlit web app which predicts the price of the car based on certain factors

Motivation

After Learning all the concepts it is important to work on application (real world application) to actually make a difference.This is aim of this project

Installation

The Code is written in Python 3.7 If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

Directory Tree

├── car price predictor.ipynb  
├── Procfile
├── README.md
├── app.py
├── car data.csv
├── car price.pkl
├── requirements.txt
├──setup.sh

Technologies Used

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result

Future Scope

  • Use multiple Algorithms
  • Optimize Flask app.py
  • Front-End

About


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.7%Language:Shell 0.1%