GithubHelp home page GithubHelp logo

deep_cnn_classifier's Introduction

Deep CNN Classifier Project

workflow

  1. Update config.yaml
  2. Update secrets.yaml [optional] # if you have any then only
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config.
  6. Update the components
  7. Update the pipelines
  8. Test run pipeline stage
  9. Run tox for testing your package
  10. Update the dvc.yaml
  11. run "dvc repro" for running all the stages in pipeline

img

STEP 1: Set the env variable | Get it from Dagshub -> remote tab -> mlflow tab MLFLOW_TRACKING_URI=https://dagshub.com/AmitSingh-DataScientist/Deep_CNN_Classifier.mlflow
MLFLOW_TRACKING_USERNAME=AmitSingh-DataScientist
MLFLOW_TRACKING_PASSWORD=<> \

STEP 2: Install mlflow

STPE 3: Set remote URI

STEP 4: Use context manager to mlflow to start run and then log metrics, params, and model

Docker related command and informaion

FROM python:3.8-slim # download pyton image with bare minimum requirement of os to run

WORKDIR /app # create app folder inside root directory

COPY . . # copy all the files in app folder

RUN pip install -r requirements.txt

CMD ["streamlit", "run", "app.py"]

Run this in terminal

export DOCKER_BUILDKIT=0 export COMPOSE_DOCKER_CLI_BUILD=0

This will fix that error and you will be able to build your docker image.

Sample data for testing-

https://raw.githubusercontent.com/c17hawke/raw_data/main/sample_data.zip

deep_cnn_classifier's People

Contributors

amitsingh-datascientist avatar

Watchers

 avatar

deep_cnn_classifier's Issues

Create base model selector

  • Update config.YAML
  • Research or Analysis
  • Update the entity
  • Update the configuration manager in src config.
  • Update the components
  • Update the pipelines
  • Test case added

Data Ingestion Stage

  • Update config.YAML
  • Research or Analysis
  • Update the entity
  • Update the configuration manager in src config.
  • Update the components
  • Update the pipelines
  • Test case added

Training stage

  • Update config.YAML
  • Research or Analysis
  • Update the entity
  • Update the configuration manager in src config.
  • Update the components
  • Update the pipelines
  • Test case added

Prepare base model

  • Update config.YAML
  • Research or Analysis
  • Update the entity
  • Update the configuration manager in src config.
  • Update the components
  • Update the pipelines
  • Test case added

Create prediction service

  • Create Streamlit | FastAPI application
  • Define the requirements
  • Create the Docker images
  • Write test cases and test the app
  • Add GitHub actions to deploy this container

Prepare callbacks

  • Update config.YAML
  • Research or Analysis
  • Update the entity
  • Update the configuration manager in src config.
  • Update the components
  • Update the pipelines
  • Test case added

Base Skeleton Creation

  • Created Template
  • Readme File
  • Setup for Python Package
  • Tests Setup
  • Research Dir Created

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.