GithubHelp home page GithubHelp logo

ssandra102 / car_sales_data_science_workflow Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 98.36 MB

End to End Data science workflow for Car Price prediction

Home Page: https://car-sales-data-science-workflow.vercel.app

Python 8.61% Jupyter Notebook 15.33% CSS 73.18% JavaScript 0.41% HTML 2.47%
dagshub mlflow mlops-workflow data-science mlflow-sklearn

car_sales_data_science_workflow's Introduction

car_sales_data_science_workflow

Workflows

  1. Update config.yaml
  2. Update schema.yaml
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config
  6. Update the components
  7. Update the pipeline
  8. Update the main.py
  9. Update the app.py

Stages

  1. Data Ingestion
  2. Data validation
  3. Data Transformation
  4. Model Training
  5. Model Evaluation

Tech Stack

  1. Python
  2. Sci-kit Learn
  3. MLFlow
  4. Dagshub

How to run?

STEPS:

Clone the repository

git clone https://github.com/ssandra102/car_sales_data_science_workflow.git

STEP 01- Create a virtual environment after opening the repository

python -m venv mlproj
mlproj/Scripts/activate

STEP 02- install the requirements

pip install -r requirements.txt
# Finally run the following command
python app.py

Now, open up your local host and port

MLflow

cmd
  • mlflow ui

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/{USERNAME}/{REPO_NAME}.mlflow
MLFLOW_TRACKING_USERNAME=USERNAME
MLFLOW_TRACKING_PASSWORD=PASSWORD
python script.py

Run this to export as env variables:

export MLFLOW_TRACKING_URI=<https://dagshub.com/{USERNAME}/{REPO NAME}.mlflow>

export MLFLOW_TRACKING_USERNAME=<USERNAME>

export MLFLOW_TRACKING_PASSWORD=<PASSWORD>

Flask Web App

hosted in Microsoft Azure : https://car-price-prediction-webapp.azurewebsites.net

       

       

(note: the values entered in the form are random. The predicted car price is in Lakhs.)

car_sales_data_science_workflow's People

Contributors

ssandra102 avatar

Stargazers

 avatar

Watchers

 avatar

car_sales_data_science_workflow's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.